Class IdentityMappingStoreServiceClient.ListIdentityMappingsFixedSizeCollection (0.91.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > IdentityMappingStoreServiceClient.ListIdentityMappingsFixedSizeCollection

Methods

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

protected IdentityMappingStoreServiceClient.ListIdentityMappingsFixedSizeCollection createCollection(@Nullable List<IdentityMappingStoreServiceClient.ListIdentityMappingsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListIdentityMappingsPage>
collectionSize int
Returns
Type Description
IdentityMappingStoreServiceClient.ListIdentityMappingsFixedSizeCollection
Overrides