Class RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsFixedSizeCollection (2.3.1)

public static class RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsFixedSizeCollection extends AbstractFixedSizeCollection<ListRelatedAccountGroupMembershipsRequest,ListRelatedAccountGroupMembershipsResponse,RelatedAccountGroupMembership,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsPage,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsFixedSizeCollection

Methods

createCollection(List<RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsPage> pages, int collectionSize)

protected RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsFixedSizeCollection createCollection(List<RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListRelatedAccountGroupMembershipsPage>
collectionSizeint
Returns
TypeDescription
RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsFixedSizeCollection
Overrides