Class AbstractEntityCollection
java.lang.Object
org.apache.olingo.commons.api.data.Annotatable
org.apache.olingo.commons.api.data.AbstractODataObject
org.apache.olingo.commons.api.data.AbstractEntityCollection
- Direct Known Subclasses:
EntityCollection
,EntityIterator
public abstract class AbstractEntityCollection
extends AbstractODataObject
implements Iterable<Entity>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.commons.api.data.AbstractODataObject
equals, getBaseURI, getId, getTitle, hashCode, setBaseURI, setCommonProperty, setId
Methods inherited from class org.apache.olingo.commons.api.data.Annotatable
getAnnotations
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
AbstractEntityCollection
public AbstractEntityCollection()
-
-
Method Details
-
getCount
-
getNext
-
getDeltaLink
-
getOperations
-