Class LicenseConfigServiceClient.ListLicenseConfigsFixedSizeCollection (0.90.0)

public static class LicenseConfigServiceClient.ListLicenseConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListLicenseConfigsRequest,ListLicenseConfigsResponse,LicenseConfig,LicenseConfigServiceClient.ListLicenseConfigsPage,LicenseConfigServiceClient.ListLicenseConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LicenseConfigServiceClient.ListLicenseConfigsFixedSizeCollection

Methods

createCollection(List<LicenseConfigServiceClient.ListLicenseConfigsPage> pages, int collectionSize)

protected LicenseConfigServiceClient.ListLicenseConfigsFixedSizeCollection createCollection(List<LicenseConfigServiceClient.ListLicenseConfigsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListLicenseConfigsPage>
collectionSize int
Returns
Type Description
LicenseConfigServiceClient.ListLicenseConfigsFixedSizeCollection
Overrides