Class UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosFixedSizeCollection (0.8.0)

public static class UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosFixedSizeCollection extends AbstractFixedSizeCollection<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseCustomerInfo,UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPage,UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosFixedSizeCollection

Methods

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

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