Class GbpAccountsServiceClient.ListGbpAccountsFixedSizeCollection (1.23.0)

public static class GbpAccountsServiceClient.ListGbpAccountsFixedSizeCollection extends AbstractFixedSizeCollection<ListGbpAccountsRequest,ListGbpAccountsResponse,GbpAccount,GbpAccountsServiceClient.ListGbpAccountsPage,GbpAccountsServiceClient.ListGbpAccountsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GbpAccountsServiceClient.ListGbpAccountsFixedSizeCollection

Methods

createCollection(@Nullable List<GbpAccountsServiceClient.ListGbpAccountsPage> pages, int collectionSize)

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