public class EntityCollection extends AbstractEntityCollection
| Constructor and Description | 
|---|
| EntityCollection() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| Integer | getCount()Gets number of entries - if it was required. | 
| URI | getDeltaLink()Gets delta link if exists. | 
| List<Entity> | getEntities()Gets entities. | 
| URI | getNext()Gets next link if exists. | 
| List<Operation> | getOperations()Gets operations. | 
| int | hashCode() | 
| Iterator<Entity> | iterator() | 
| void | setCount(Integer count)Sets number of entries. | 
| void | setDeltaLink(URI deltaLink)Sets delta link. | 
| void | setNext(URI next)Sets next link. | 
| String | toString() | 
getBaseURI, getId, getTitle, setBaseURI, setCommonProperty, setIdgetAnnotationsclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void setCount(Integer count)
count - number of entriespublic Integer getCount()
getCount in class AbstractEntityCollectionpublic void setNext(URI next)
next - next link.public URI getNext()
getNext in class AbstractEntityCollectionpublic URI getDeltaLink()
getDeltaLink in class AbstractEntityCollectionpublic void setDeltaLink(URI deltaLink)
deltaLink - delta link.public List<Operation> getOperations()
getOperations in class AbstractEntityCollectionpublic boolean equals(Object o)
equals in class AbstractODataObjectpublic int hashCode()
hashCode in class AbstractODataObjectCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.