Class PhoneNumbersClient.ListLocationsFixedSizeCollection (4.101.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > PhoneNumbersClient.ListLocationsFixedSizeCollection

Methods

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

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