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