Class ScheduleServiceClient.ListLocationsFixedSizeCollection (3.42.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ScheduleServiceClient.ListLocationsFixedSizeCollection

Methods

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

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