Class AccountsServiceClient.ListAccountsFixedSizeCollection (0.2.0)

public static class AccountsServiceClient.ListAccountsFixedSizeCollection extends AbstractFixedSizeCollection<ListAccountsRequest,ListAccountsResponse,Account,AccountsServiceClient.ListAccountsPage,AccountsServiceClient.ListAccountsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AccountsServiceClient.ListAccountsFixedSizeCollection

Methods

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

protected AccountsServiceClient.ListAccountsFixedSizeCollection createCollection(List<AccountsServiceClient.ListAccountsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListAccountsPage>
collectionSize int
Returns
Type Description
AccountsServiceClient.ListAccountsFixedSizeCollection
Overrides