Class CatalogServiceClient.ListCatalogItemsFixedSizeCollection (0.102.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CatalogServiceClient.ListCatalogItemsFixedSizeCollection

Methods

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

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