Class GlobalAddressesClient.ListFixedSizeCollection (1.105.0)

public static class GlobalAddressesClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListGlobalAddressesRequest,AddressList,Address,GlobalAddressesClient.ListPage,GlobalAddressesClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GlobalAddressesClient.ListFixedSizeCollection

Methods

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

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