| Constructor and Description |
|---|
EntityIterator() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
Gets count
|
URI |
getDeltaLink()
ATTENTION:
getDeltaLink is not supported by default. |
URI |
getNext()
Gets next link.
|
List<Operation> |
getOperations()
ATTENTION:
getOperations is not supported by default. |
abstract boolean |
hasNext() |
Iterator<Entity> |
iterator() |
abstract Entity |
next()
Which is an Entity for this type of iterator.
|
void |
remove()
ATTENTION:
remove is not supported by default. |
void |
setCount(Integer count)
Sets count.
|
void |
setNext(URI next)
Sets next link.
|
equals, getBaseURI, getId, getTitle, hashCode, setBaseURI, setCommonProperty, setIdgetAnnotationsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic abstract Entity next()
public void remove()
remove is not supported by default.public List<Operation> getOperations()
getOperations is not supported by default.getOperations in class AbstractEntityCollectionObjectpublic Integer getCount()
getCount in class AbstractEntityCollectionObjectpublic URI getNext()
getNext in class AbstractEntityCollectionObjectnext - next link.public URI getDeltaLink()
getDeltaLink is not supported by default.getDeltaLink in class AbstractEntityCollectionObjectpublic void setNext(URI next)
next - next link.public void setCount(Integer count)
count - count value.Copyright © 2023. All rights reserved.