Class AccountsServiceClient.ListChildAccountsFixedSizeCollection (0.1.0)

public static class AccountsServiceClient.ListChildAccountsFixedSizeCollection extends AbstractFixedSizeCollection<ListChildAccountsRequest,ListChildAccountsResponse,Account,AccountsServiceClient.ListChildAccountsPage,AccountsServiceClient.ListChildAccountsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AccountsServiceClient.ListChildAccountsFixedSizeCollection

Methods

createCollection(List<AccountsServiceClient.ListChildAccountsPage> pages, int collectionSize)

protected AccountsServiceClient.ListChildAccountsFixedSizeCollection createCollection(List<AccountsServiceClient.ListChildAccountsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListChildAccountsPage>
collectionSizeint
Returns
TypeDescription
AccountsServiceClient.ListChildAccountsFixedSizeCollection
Overrides