Class AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection (3.2.9)

public static class AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection extends AbstractFixedSizeCollection<ListAlertPoliciesRequest,ListAlertPoliciesResponse,AlertPolicy,AlertPolicyServiceClient.ListAlertPoliciesPage,AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection

Methods

createCollection(List<AlertPolicyServiceClient.ListAlertPoliciesPage> pages, int collectionSize)

protected AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection createCollection(List<AlertPolicyServiceClient.ListAlertPoliciesPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListAlertPoliciesPage>
collectionSizeint
Returns
TypeDescription
AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection
Overrides