Class SaasDeploymentsClient.ListLocationsFixedSizeCollection (0.2.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SaasDeploymentsClient.ListLocationsFixedSizeCollection

Methods

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

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