Class CloudChannelServiceClient.ListProductsFixedSizeCollection (3.46.0)

public static class CloudChannelServiceClient.ListProductsFixedSizeCollection extends AbstractFixedSizeCollection<ListProductsRequest,ListProductsResponse,Product,CloudChannelServiceClient.ListProductsPage,CloudChannelServiceClient.ListProductsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListProductsFixedSizeCollection

Methods

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

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