Class NetworkProfilesClient.ListFixedSizeCollection (1.105.0)

public static class NetworkProfilesClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListNetworkProfilesRequest,NetworkProfilesListResponse,NetworkProfile,NetworkProfilesClient.ListPage,NetworkProfilesClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NetworkProfilesClient.ListFixedSizeCollection

Methods

createCollection(@Nullable List<NetworkProfilesClient.ListPage> pages, int collectionSize)

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