public class ClientEntitySetImpl extends AbstractClientPayload implements ClientEntitySet
| Constructor and Description |
|---|
ClientEntitySetImpl() |
ClientEntitySetImpl(URI next) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ClientAnnotation> |
getAnnotations() |
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.
|
int |
hashCode() |
void |
setCount(int count)
Sets in-line count.
|
void |
setDeltaLink(URI deltaLink)
Sets delta link.
|
String |
toString() |
getContextURL, setContextURLgetLink, getName, setLinkpublic ClientEntitySetImpl()
public ClientEntitySetImpl(URI next)
public URI getNext()
ClientEntitySetgetNext in interface ClientEntitySetpublic Integer getCount()
ClientEntitySetgetCount in interface ClientEntitySetpublic void setCount(int count)
ClientEntitySetsetCount in interface ClientEntitySetcount - in-line count value.public List<ClientEntity> getEntities()
ClientEntitySetgetEntities in interface ClientEntitySetpublic URI getDeltaLink()
ClientEntitySetgetDeltaLink in interface ClientEntitySetpublic void setDeltaLink(URI deltaLink)
ClientEntitySetsetDeltaLink in interface ClientEntitySetdeltaLink - delta link.public List<ClientAnnotation> getAnnotations()
getAnnotations in interface ClientAnnotatablepublic ClientOperation getOperation(String title)
ClientEntitySetgetOperation in interface ClientEntitySettitle - operation to look forpublic List<ClientOperation> getOperations()
getOperations in interface ClientEntitySetpublic int hashCode()
hashCode in class AbstractClientPayloadpublic boolean equals(Object obj)
equals in class AbstractClientPayloadpublic String toString()
toString in class AbstractClientPayloadCopyright © 2023. All rights reserved.