Class IdentityMappingStoreServiceClient.ListIdentityMappingStoresFixedSizeCollection (0.60.0)

public static class IdentityMappingStoreServiceClient.ListIdentityMappingStoresFixedSizeCollection extends AbstractFixedSizeCollection<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore,IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage,IdentityMappingStoreServiceClient.ListIdentityMappingStoresFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > IdentityMappingStoreServiceClient.ListIdentityMappingStoresFixedSizeCollection

Methods

createCollection(List<IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage> pages, int collectionSize)

protected IdentityMappingStoreServiceClient.ListIdentityMappingStoresFixedSizeCollection createCollection(List<IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListIdentityMappingStoresPage>
collectionSize int
Returns
Type Description
IdentityMappingStoreServiceClient.ListIdentityMappingStoresFixedSizeCollection
Overrides