Class RuleServiceClient.ListRuleDeploymentsFixedSizeCollection (0.1.0)

public static class RuleServiceClient.ListRuleDeploymentsFixedSizeCollection extends AbstractFixedSizeCollection<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment,RuleServiceClient.ListRuleDeploymentsPage,RuleServiceClient.ListRuleDeploymentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RuleServiceClient.ListRuleDeploymentsFixedSizeCollection

Methods

createCollection(List<RuleServiceClient.ListRuleDeploymentsPage> pages, int collectionSize)

protected RuleServiceClient.ListRuleDeploymentsFixedSizeCollection createCollection(List<RuleServiceClient.ListRuleDeploymentsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListRuleDeploymentsPage>
collectionSize int
Returns
Type Description
RuleServiceClient.ListRuleDeploymentsFixedSizeCollection
Overrides