Class IdentityMappingStoreServiceClient.ListIdentityMappingsFixedSizeCollection (0.60.0)

public static class IdentityMappingStoreServiceClient.ListIdentityMappingsFixedSizeCollection extends AbstractFixedSizeCollection<ListIdentityMappingsRequest,ListIdentityMappingsResponse,IdentityMappingEntry,IdentityMappingStoreServiceClient.ListIdentityMappingsPage,IdentityMappingStoreServiceClient.ListIdentityMappingsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > IdentityMappingStoreServiceClient.ListIdentityMappingsFixedSizeCollection

Methods

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

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