Class AccountTaxServiceClient.ListAccountTaxFixedSizeCollection (0.2.0)

public static class AccountTaxServiceClient.ListAccountTaxFixedSizeCollection extends AbstractFixedSizeCollection<ListAccountTaxRequest,ListAccountTaxResponse,AccountTax,AccountTaxServiceClient.ListAccountTaxPage,AccountTaxServiceClient.ListAccountTaxFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AccountTaxServiceClient.ListAccountTaxFixedSizeCollection

Methods

createCollection(List<AccountTaxServiceClient.ListAccountTaxPage> pages, int collectionSize)

protected AccountTaxServiceClient.ListAccountTaxFixedSizeCollection createCollection(List<AccountTaxServiceClient.ListAccountTaxPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListAccountTaxPage>
collectionSize int
Returns
Type Description
AccountTaxServiceClient.ListAccountTaxFixedSizeCollection
Overrides