Class CatalogServiceClient.ListCatalogItemsFixedSizeCollection (0.49.0)

public static class CatalogServiceClient.ListCatalogItemsFixedSizeCollection extends AbstractFixedSizeCollection<ListCatalogItemsRequest,ListCatalogItemsResponse,CatalogItem,CatalogServiceClient.ListCatalogItemsPage,CatalogServiceClient.ListCatalogItemsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CatalogServiceClient.ListCatalogItemsFixedSizeCollection

Methods

createCollection(List<CatalogServiceClient.ListCatalogItemsPage> pages, int collectionSize)

protected CatalogServiceClient.ListCatalogItemsFixedSizeCollection createCollection(List<CatalogServiceClient.ListCatalogItemsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListCatalogItemsPage>
collectionSize int
Returns
Type Description
CatalogServiceClient.ListCatalogItemsFixedSizeCollection
Overrides