Class AccountRelationshipsServiceClient.ListAccountRelationshipsFixedSizeCollection (1.8.0)

public static class AccountRelationshipsServiceClient.ListAccountRelationshipsFixedSizeCollection extends AbstractFixedSizeCollection<ListAccountRelationshipsRequest,ListAccountRelationshipsResponse,AccountRelationship,AccountRelationshipsServiceClient.ListAccountRelationshipsPage,AccountRelationshipsServiceClient.ListAccountRelationshipsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AccountRelationshipsServiceClient.ListAccountRelationshipsFixedSizeCollection

Methods

createCollection(List<AccountRelationshipsServiceClient.ListAccountRelationshipsPage> pages, int collectionSize)

protected AccountRelationshipsServiceClient.ListAccountRelationshipsFixedSizeCollection createCollection(List<AccountRelationshipsServiceClient.ListAccountRelationshipsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListAccountRelationshipsPage>
collectionSize int
Returns
Type Description
AccountRelationshipsServiceClient.ListAccountRelationshipsFixedSizeCollection
Overrides