public class EntityCollection extends AbstractODataObject
| Constructor and Description |
|---|
EntityCollection() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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, setIdequals, getAnnotations, hashCode, toStringpublic void setCount(Integer count)
count - number of entriespublic Integer getCount()
public void setNext(URI next)
next - next link.public URI getNext()
public URI getDeltaLink()
public void setDeltaLink(URI deltaLink)
deltaLink - delta link.Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.