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.
|
getBaseURI, getId, getTitle, setBaseURI, setCommonProperty, setId
getAnnotations
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void setCount(Integer count)
count
- number of entriespublic Integer getCount()
getCount
in class AbstractEntityCollection
public void setNext(URI next)
next
- next link.public URI getNext()
getNext
in class AbstractEntityCollection
public URI getDeltaLink()
getDeltaLink
in class AbstractEntityCollection
public void setDeltaLink(URI deltaLink)
deltaLink
- delta link.public List<Operation> getOperations()
getOperations
in class AbstractEntityCollection
public boolean equals(Object o)
equals
in class AbstractODataObject
public int hashCode()
hashCode
in class AbstractODataObject
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.