Class FulfillmentsClient.ListLocationsFixedSizeCollection (4.101.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > FulfillmentsClient.ListLocationsFixedSizeCollection

Methods

createCollection(@Nullable List<FulfillmentsClient.ListLocationsPage> pages, int collectionSize)

protected FulfillmentsClient.ListLocationsFixedSizeCollection createCollection(@Nullable List<FulfillmentsClient.ListLocationsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListLocationsPage>
collectionSize int
Returns
Type Description
FulfillmentsClient.ListLocationsFixedSizeCollection
Overrides