Class CatalogServiceClient.ListCatalogItemsFixedSizeCollection (0.8.10)

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
NameDescription
pagesList<ListCatalogItemsPage>
collectionSizeint
Returns
TypeDescription
CatalogServiceClient.ListCatalogItemsFixedSizeCollection
Overrides