Class ConfigClient.ListFrameworksFixedSizeCollection (0.22.0)

public static class ConfigClient.ListFrameworksFixedSizeCollection extends AbstractFixedSizeCollection<ListFrameworksRequest,ListFrameworksResponse,Framework,ConfigClient.ListFrameworksPage,ConfigClient.ListFrameworksFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ConfigClient.ListFrameworksFixedSizeCollection

Methods

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

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