Class GbpAccountsServiceClient.ListGbpAccountsFixedSizeCollection (0.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(List<GbpAccountsServiceClient.ListGbpAccountsPage> pages, int collectionSize)

protected GbpAccountsServiceClient.ListGbpAccountsFixedSizeCollection createCollection(List<GbpAccountsServiceClient.ListGbpAccountsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListGbpAccountsPage>
collectionSize int
Returns
Type Description
GbpAccountsServiceClient.ListGbpAccountsFixedSizeCollection
Overrides