public interface ClientEntitySet extends ClientInvokeResult, ClientAnnotatable
| Modifier and Type | Method and Description | 
|---|---|
| Integer | getCount()Gets in-line count. | 
| URI | getDeltaLink()Gets delta link if exists. | 
| List<ClientEntity> | getEntities()Gets contained entities. | 
| URI | getNext()Gets next page link. | 
| ClientOperation | getOperation(String title)Searches for operation with given title. | 
| List<ClientOperation> | getOperations()Gets operations. | 
| void | setCount(int count)Sets in-line count. | 
| void | setDeltaLink(URI deltaLink)Sets delta link. | 
getAnnotationsURI getNext()
List<ClientEntity> getEntities()
Integer getCount()
void setCount(int count)
count - in-line count value.URI getDeltaLink()
void setDeltaLink(URI deltaLink)
deltaLink - delta link.ClientOperation getOperation(String title)
title - operation to look forList<ClientOperation> getOperations()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.