Class SaasDeploymentsClient.ListUnitsFixedSizeCollection (0.2.0)

public static class SaasDeploymentsClient.ListUnitsFixedSizeCollection extends AbstractFixedSizeCollection<ListUnitsRequest,ListUnitsResponse,Unit,SaasDeploymentsClient.ListUnitsPage,SaasDeploymentsClient.ListUnitsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SaasDeploymentsClient.ListUnitsFixedSizeCollection

Methods

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

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