Class CloudChannelServiceClient.ListEntitlementChangesFixedSizeCollection (3.99.0)

public static class CloudChannelServiceClient.ListEntitlementChangesFixedSizeCollection extends AbstractFixedSizeCollection<ListEntitlementChangesRequest,ListEntitlementChangesResponse,EntitlementChange,CloudChannelServiceClient.ListEntitlementChangesPage,CloudChannelServiceClient.ListEntitlementChangesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListEntitlementChangesFixedSizeCollection

Methods

createCollection(@Nullable List<CloudChannelServiceClient.ListEntitlementChangesPage> pages, int collectionSize)

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