Class CloudChannelServiceClient.ListEntitlementChangesFixedSizeCollection (3.44.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
NameDescription
pagesList<ListEntitlementChangesPage>
collectionSizeint
Returns
TypeDescription
CloudChannelServiceClient.ListEntitlementChangesFixedSizeCollection
Overrides