Class WorkflowsClient.ListLocationsFixedSizeCollection (2.41.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > WorkflowsClient.ListLocationsFixedSizeCollection

Methods

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

protected WorkflowsClient.ListLocationsFixedSizeCollection createCollection(List<WorkflowsClient.ListLocationsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListLocationsPage>
collectionSizeint
Returns
TypeDescription
WorkflowsClient.ListLocationsFixedSizeCollection
Overrides