Class AbstractEntityCollection

All Implemented Interfaces:
Iterable<Entity>
Direct Known Subclasses:
EntityCollection, EntityIterator

public abstract class AbstractEntityCollection extends AbstractODataObject implements Iterable<Entity>
  • Constructor Details

    • AbstractEntityCollection

      public AbstractEntityCollection()
  • Method Details

    • getCount

      public abstract Integer getCount()
    • getNext

      public abstract URI getNext()
    • getDeltaLink

      public abstract URI getDeltaLink()
    • getOperations

      public abstract List<Operation> getOperations()