Class CloudChannelServiceClient.ListCustomersFixedSizeCollection (3.41.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
NameDescription
pagesList<ListCustomersPage>
collectionSizeint
Returns
TypeDescription
CloudChannelServiceClient.ListCustomersFixedSizeCollection
Overrides