Class ConfigClient.ListLinksFixedSizeCollection (3.36.0)

public static class ConfigClient.ListLinksFixedSizeCollection extends AbstractFixedSizeCollection<ListLinksRequest,ListLinksResponse,Link,ConfigClient.ListLinksPage,ConfigClient.ListLinksFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ConfigClient.ListLinksFixedSizeCollection

Methods

createCollection(@Nullable List<ConfigClient.ListLinksPage> pages, int collectionSize)

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