Class CloudChannelServiceClient.ListEntitlementChangesFixedSizeCollection (3.48.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListEntitlementChangesFixedSizeCollection

Methods

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

protected CloudChannelServiceClient.ListEntitlementChangesFixedSizeCollection createCollection(List<CloudChannelServiceClient.ListEntitlementChangesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListEntitlementChangesPage>
collectionSize int
Returns
Type Description
CloudChannelServiceClient.ListEntitlementChangesFixedSizeCollection
Overrides