Class SaasDeploymentsClient.ListUnitKindsFixedSizeCollection (0.25.0)

public static class SaasDeploymentsClient.ListUnitKindsFixedSizeCollection extends AbstractFixedSizeCollection<ListUnitKindsRequest,ListUnitKindsResponse,UnitKind,SaasDeploymentsClient.ListUnitKindsPage,SaasDeploymentsClient.ListUnitKindsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SaasDeploymentsClient.ListUnitKindsFixedSizeCollection

Methods

createCollection(@Nullable List<SaasDeploymentsClient.ListUnitKindsPage> pages, int collectionSize)

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