Class ScheduleServiceClient.ListLocationsFixedSizeCollection (3.44.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
Name Description
pages List<ListLocationsPage>
collectionSize int
Returns
Type Description
ScheduleServiceClient.ListLocationsFixedSizeCollection
Overrides