Class AbstractEntityCollectionObject

Direct Known Subclasses:
AbstractEntityCollection

public abstract class AbstractEntityCollectionObject extends AbstractODataObject
  • Constructor Details

    • AbstractEntityCollectionObject

      public AbstractEntityCollectionObject()
  • Method Details

    • getCount

      public abstract Integer getCount()
    • getNext

      public abstract URI getNext()
    • getDeltaLink

      public abstract URI getDeltaLink()
    • getOperations

      public abstract List<Operation> getOperations()