Class CrossNetworkAutomationServiceClient.ListServiceClassesFixedSizeCollection (1.61.0)

public static class CrossNetworkAutomationServiceClient.ListServiceClassesFixedSizeCollection extends AbstractFixedSizeCollection<ListServiceClassesRequest,ListServiceClassesResponse,ServiceClass,CrossNetworkAutomationServiceClient.ListServiceClassesPage,CrossNetworkAutomationServiceClient.ListServiceClassesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CrossNetworkAutomationServiceClient.ListServiceClassesFixedSizeCollection

Methods

createCollection(List<CrossNetworkAutomationServiceClient.ListServiceClassesPage> pages, int collectionSize)

protected CrossNetworkAutomationServiceClient.ListServiceClassesFixedSizeCollection createCollection(List<CrossNetworkAutomationServiceClient.ListServiceClassesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListServiceClassesPage>
collectionSize int
Returns
Type Description
CrossNetworkAutomationServiceClient.ListServiceClassesFixedSizeCollection
Overrides