Class CloudChannelServiceClient.ListCustomersFixedSizeCollection (3.48.0)

public static class CloudChannelServiceClient.ListCustomersFixedSizeCollection extends AbstractFixedSizeCollection<ListCustomersRequest,ListCustomersResponse,Customer,CloudChannelServiceClient.ListCustomersPage,CloudChannelServiceClient.ListCustomersFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListCustomersFixedSizeCollection

Methods

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

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