Class CloudChannelServiceClient.ListCustomersFixedSizeCollection (3.99.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListCustomersFixedSizeCollection

Methods

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

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