IPagedEntityCollectionRetrievalOperations<T,TResourceCollection> Interface
Type Parameters
- T
- TResourceCollection
public interface IPagedEntityCollectionRetrievalOperations<T,TResourceCollection>
A generic interface which represents paged entity retrieval operations. The entity type.The entity collection type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract TResourceCollection |
get(int offset, int size)
Retrieves a subset of entities. |
Method Details
get
public abstract 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.