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