Class OrgPolicyClient.ListCustomConstraintsFixedSizeCollection (2.95.0)

public static class OrgPolicyClient.ListCustomConstraintsFixedSizeCollection extends AbstractFixedSizeCollection<ListCustomConstraintsRequest,ListCustomConstraintsResponse,CustomConstraint,OrgPolicyClient.ListCustomConstraintsPage,OrgPolicyClient.ListCustomConstraintsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > OrgPolicyClient.ListCustomConstraintsFixedSizeCollection

Methods

createCollection(@Nullable List<OrgPolicyClient.ListCustomConstraintsPage> pages, int collectionSize)

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