Class CloudChannelServiceClient.ListProductsFixedSizeCollection (3.5.1)

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
NameDescription
pagesList<ListProductsPage>
collectionSizeint
Returns
TypeDescription
CloudChannelServiceClient.ListProductsFixedSizeCollection
Overrides