Class AddressesClient.ListFixedSizeCollection (1.105.0)

public static class AddressesClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListAddressesRequest,AddressList,Address,AddressesClient.ListPage,AddressesClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AddressesClient.ListFixedSizeCollection

Methods

createCollection(@Nullable List<AddressesClient.ListPage> pages, int collectionSize)

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