Class UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesFixedSizeCollection (0.16.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesFixedSizeCollection

Methods

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

protected UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesFixedSizeCollection createCollection(@Nullable List<UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListUserListGlobalLicensesPage>
collectionSize int
Returns
Type Description
UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesFixedSizeCollection
Overrides