IndexBasedCollectionEnumerator<T,TResourceCollection> Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. enumerators. BaseResourceCollectionEnumerator<T> - com.
microsoft. store. partnercenter. enumerators. IndexBasedCollectionEnumerator<T,TResourceCollection>
- com.
- com.
- com.
- com.
Type Parameters
- T
- TResourceCollection
public class IndexBasedCollectionEnumerator<T,TResourceCollection> extends BaseResourceCollectionEnumerator<TResourceCollection>
Enumerator for index based pagination Index based - Paged query where index and page size is used. The type of resource /// The type of resource collection.
Constructor Summary
| Constructor | Description |
|---|---|
| IndexBasedCollectionEnumerator(IPartner partnerOperations, TResourceCollection pagedResourceCollection, ObjectMapper resourceCollectionConverter, TypeReference<TResourceCollection> responseType) |
Initializes a new instance of the Index |
Inherited Members
Constructor Details
IndexBasedCollectionEnumerator
public IndexBasedCollectionEnumerator(IPartner partnerOperations, TResourceCollection pagedResourceCollection, ObjectMapper resourceCollectionConverter, TypeReference
Initializes a new instance of the IndexBasedCollectionEnumerator class.
Parameters: