Uses of Class
com.mypurecloud.sdk.v2.model.FlowExecutionAggregateQueryClause
Packages that use FlowExecutionAggregateQueryClause
-
Uses of FlowExecutionAggregateQueryClause in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowExecutionAggregateQueryClauseModifier and TypeMethodDescriptionFlowExecutionAggregateQueryClause.predicates(List<FlowExecutionAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).FlowExecutionAggregateQueryClause.type(FlowExecutionAggregateQueryClause.TypeEnum type) Boolean operation to apply to the provided predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type FlowExecutionAggregateQueryClauseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type FlowExecutionAggregateQueryClauseModifier and TypeMethodDescriptionFlowExecutionAggregateQueryFilter.clauses(List<FlowExecutionAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingvoidFlowExecutionAggregateQueryFilter.setClauses(List<FlowExecutionAggregateQueryClause> clauses)