Class CmsMetadataKeyServiceClient.ListCmsMetadataKeysFixedSizeCollection (0.54.0)

public static class CmsMetadataKeyServiceClient.ListCmsMetadataKeysFixedSizeCollection extends AbstractFixedSizeCollection<ListCmsMetadataKeysRequest,ListCmsMetadataKeysResponse,CmsMetadataKey,CmsMetadataKeyServiceClient.ListCmsMetadataKeysPage,CmsMetadataKeyServiceClient.ListCmsMetadataKeysFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CmsMetadataKeyServiceClient.ListCmsMetadataKeysFixedSizeCollection

Methods

createCollection(@Nullable List<CmsMetadataKeyServiceClient.ListCmsMetadataKeysPage> pages, int collectionSize)

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