Uses of Class
com.mypurecloud.sdk.v2.model.FlowExecutionAggregateQueryFilter
Packages that use FlowExecutionAggregateQueryFilter
-
Uses of FlowExecutionAggregateQueryFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowExecutionAggregateQueryFilterModifier and TypeMethodDescriptionFlowExecutionAggregateQueryFilter.clauses(List<FlowExecutionAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingFlowExecutionAggregationQuery.getFilter()FlowExecutionAsyncAggregationQuery.getFilter()FlowExecutionAggregateQueryFilter.predicates(List<FlowExecutionAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).FlowExecutionAggregateQueryFilter.type(FlowExecutionAggregateQueryFilter.TypeEnum type) Boolean operation to apply to the provided predicates and clausesMethods in com.mypurecloud.sdk.v2.model with parameters of type FlowExecutionAggregateQueryFilterModifier and TypeMethodDescriptionFlowExecutionAggregationQuery.filter(FlowExecutionAggregateQueryFilter filter) Behaves like a SQL WHERE clause.FlowExecutionAsyncAggregationQuery.filter(FlowExecutionAggregateQueryFilter filter) Behaves like a SQL WHERE clause.voidFlowExecutionAggregationQuery.setFilter(FlowExecutionAggregateQueryFilter filter) voidFlowExecutionAsyncAggregationQuery.setFilter(FlowExecutionAggregateQueryFilter filter)