Class HubServiceClient.ListLocationsFixedSizeCollection (1.40.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > HubServiceClient.ListLocationsFixedSizeCollection

Methods

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

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