Class BatchServiceClient.ListLocationsFixedSizeCollection (0.42.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BatchServiceClient.ListLocationsFixedSizeCollection

Methods

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

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