Package com.mypurecloud.sdk.v2.model
Class CaseManagementAggregateQueryFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.CaseManagementAggregateQueryFilter
- All Implemented Interfaces:
Serializable
CaseManagementAggregateQueryFilter
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumBoolean operation to apply to the provided predicates and clauses -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclauses(List<CaseManagementAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingbooleangetType()inthashCode()predicates(List<CaseManagementAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidsetClauses(List<CaseManagementAggregateQueryClause> clauses) voidsetPredicates(List<CaseManagementAggregateQueryPredicate> predicates) voidtoString()Boolean operation to apply to the provided predicates and clauses
-
Constructor Details
-
CaseManagementAggregateQueryFilter
public CaseManagementAggregateQueryFilter() -
CaseManagementAggregateQueryFilter
-
-
Method Details
-
type
Boolean operation to apply to the provided predicates and clauses -
getType
-
setType
-
clauses
Boolean 'and/or' logic with up to two-levels of nesting -
getClauses
-
setClauses
-
predicates
public CaseManagementAggregateQueryFilter predicates(List<CaseManagementAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value). -
getPredicates
-
setPredicates
-
equals
-
hashCode
public int hashCode() -
toString
-