Uses of Class
com.mypurecloud.sdk.v2.model.FlowExecutionAggregateQueryPredicate
Packages that use FlowExecutionAggregateQueryPredicate
-
Uses of FlowExecutionAggregateQueryPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowExecutionAggregateQueryPredicateModifier and TypeMethodDescriptionFlowExecutionAggregateQueryPredicate.dimension(FlowExecutionAggregateQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicatesFlowExecutionAggregateQueryPredicate.operator(FlowExecutionAggregateQueryPredicate.OperatorEnum operator) Optional operator, default is matchesFlowExecutionAggregateQueryPredicate.range(NumericRange range) Right hand side for dimension predicatesFlowExecutionAggregateQueryPredicate.type(FlowExecutionAggregateQueryPredicate.TypeEnum type) Optional type, can usually be inferredRight hand side for dimension predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type FlowExecutionAggregateQueryPredicateModifier and TypeMethodDescriptionFlowExecutionAggregateQueryClause.getPredicates()FlowExecutionAggregateQueryFilter.getPredicates()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type FlowExecutionAggregateQueryPredicateModifier and TypeMethodDescriptionFlowExecutionAggregateQueryClause.predicates(List<FlowExecutionAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).FlowExecutionAggregateQueryFilter.predicates(List<FlowExecutionAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidFlowExecutionAggregateQueryClause.setPredicates(List<FlowExecutionAggregateQueryPredicate> predicates) voidFlowExecutionAggregateQueryFilter.setPredicates(List<FlowExecutionAggregateQueryPredicate> predicates)