Interface IPagedEntityCollectionRetrievalOperations<T extends ResourceBase,​TResourceCollection extends ResourceCollection<T>>

All Known Subinterfaces:
ICategoryOffersCollection, IEntityCollectionRetrievalOperations<T,​TResourceCollection>, IInvoiceCollection, IInvoiceLineItemCollection, IOfferAddOns
All Known Implementing Classes:
CategoryOffersCollectionOperations, InvoiceCollection, InvoiceLineItemCollectionOperations, OfferAddOnsOperations

public interface IPagedEntityCollectionRetrievalOperations<T extends ResourceBase,​TResourceCollection extends ResourceCollection<T>>
A generic interface which represents paged entity retrieval operations. The entity type.The entity collection type.
  • Method Summary

    Modifier and Type Method Description
    TResourceCollection get​(int offset, int size)
    Retrieves a subset of entities.
  • Method Details

    • get

      TResourceCollection get​(int offset, int size)
      Retrieves a subset of entities.
      Parameters:
      offset - The starting index.
      size - The maximum number of entities to return.
      Returns:
      The requested entities subset.