Class CatalogServiceClient.LookupEntryLinksFixedSizeCollection (1.93.0)

public static class CatalogServiceClient.LookupEntryLinksFixedSizeCollection extends AbstractFixedSizeCollection<LookupEntryLinksRequest,LookupEntryLinksResponse,EntryLink,CatalogServiceClient.LookupEntryLinksPage,CatalogServiceClient.LookupEntryLinksFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CatalogServiceClient.LookupEntryLinksFixedSizeCollection

Methods

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

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