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