public class ClientEntitySetImpl
extends org.apache.olingo.client.api.domain.AbstractClientPayload
implements org.apache.olingo.client.api.domain.ClientEntitySet
| Constructor and Description |
|---|
ClientEntitySetImpl() |
ClientEntitySetImpl(URI next) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<org.apache.olingo.client.api.domain.ClientAnnotation> |
getAnnotations() |
Integer |
getCount() |
URI |
getDeltaLink() |
List<org.apache.olingo.client.api.domain.ClientEntity> |
getEntities() |
URI |
getNext() |
org.apache.olingo.client.api.domain.ClientOperation |
getOperation(String title) |
List<org.apache.olingo.client.api.domain.ClientOperation> |
getOperations()
Gets operations.
|
int |
hashCode() |
void |
setCount(int count) |
void |
setDeltaLink(URI deltaLink) |
String |
toString() |
getContextURL, setContextURLpublic ClientEntitySetImpl()
public ClientEntitySetImpl(URI next)
public URI getNext()
getNext in interface org.apache.olingo.client.api.domain.ClientEntitySetpublic Integer getCount()
getCount in interface org.apache.olingo.client.api.domain.ClientEntitySetpublic void setCount(int count)
setCount in interface org.apache.olingo.client.api.domain.ClientEntitySetpublic List<org.apache.olingo.client.api.domain.ClientEntity> getEntities()
getEntities in interface org.apache.olingo.client.api.domain.ClientEntitySetpublic URI getDeltaLink()
getDeltaLink in interface org.apache.olingo.client.api.domain.ClientEntitySetpublic void setDeltaLink(URI deltaLink)
setDeltaLink in interface org.apache.olingo.client.api.domain.ClientEntitySetpublic List<org.apache.olingo.client.api.domain.ClientAnnotation> getAnnotations()
getAnnotations in interface org.apache.olingo.client.api.domain.ClientAnnotatablepublic org.apache.olingo.client.api.domain.ClientOperation getOperation(String title)
getOperation in interface org.apache.olingo.client.api.domain.ClientEntitySetpublic List<org.apache.olingo.client.api.domain.ClientOperation> getOperations()
getOperations in interface org.apache.olingo.client.api.domain.ClientEntitySetpublic int hashCode()
hashCode in class org.apache.olingo.client.api.domain.AbstractClientPayloadpublic boolean equals(Object obj)
equals in class org.apache.olingo.client.api.domain.AbstractClientPayloadpublic String toString()
toString in class org.apache.olingo.client.api.domain.AbstractClientPayloadCopyright © 2013–2017 The Apache Software Foundation. All rights reserved.