Class DataFoundryServiceClient.ListLocationsFixedSizeCollection (3.74.0)

public static class DataFoundryServiceClient.ListLocationsFixedSizeCollection extends AbstractFixedSizeCollection<ListLocationsRequest,ListLocationsResponse,Location,DataFoundryServiceClient.ListLocationsPage,DataFoundryServiceClient.ListLocationsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DataFoundryServiceClient.ListLocationsFixedSizeCollection

Methods

createCollection(List<DataFoundryServiceClient.ListLocationsPage> pages, int collectionSize)

protected DataFoundryServiceClient.ListLocationsFixedSizeCollection createCollection(List<DataFoundryServiceClient.ListLocationsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListLocationsPage>
collectionSize int
Returns
Type Description
DataFoundryServiceClient.ListLocationsFixedSizeCollection
Overrides