Class SaasDeploymentsClient.ListTenantsFixedSizeCollection (0.2.0)

public static class SaasDeploymentsClient.ListTenantsFixedSizeCollection extends AbstractFixedSizeCollection<ListTenantsRequest,ListTenantsResponse,Tenant,SaasDeploymentsClient.ListTenantsPage,SaasDeploymentsClient.ListTenantsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SaasDeploymentsClient.ListTenantsFixedSizeCollection

Methods

createCollection(List<SaasDeploymentsClient.ListTenantsPage> pages, int collectionSize)

protected SaasDeploymentsClient.ListTenantsFixedSizeCollection createCollection(List<SaasDeploymentsClient.ListTenantsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListTenantsPage>
collectionSize int
Returns
Type Description
SaasDeploymentsClient.ListTenantsFixedSizeCollection
Overrides