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