Class UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesFixedSizeCollection (0.8.0)

public static class UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesFixedSizeCollection extends AbstractFixedSizeCollection<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicense,UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage,UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesFixedSizeCollection

Methods

createCollection(List<UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage> pages, int collectionSize)

protected UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesFixedSizeCollection createCollection(List<UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListUserListGlobalLicensesPage>
collectionSize int
Returns
Type Description
UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesFixedSizeCollection
Overrides