Package com.mypurecloud.sdk.v2.model
Class ResolutionAggregateQueryFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.ResolutionAggregateQueryFilter
- All Implemented Interfaces:
Serializable
ResolutionAggregateQueryFilter
- 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<ResolutionAggregateQueryClause> clauses) Boolean 'and/or' logic with up to two-levels of nestingbooleangetType()inthashCode()predicates(List<ResolutionAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidsetClauses(List<ResolutionAggregateQueryClause> clauses) voidsetPredicates(List<ResolutionAggregateQueryPredicate> predicates) voidtoString()Boolean operation to apply to the provided predicates and clauses
-
Constructor Details
-
ResolutionAggregateQueryFilter
public ResolutionAggregateQueryFilter() -
ResolutionAggregateQueryFilter
-
-
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 ResolutionAggregateQueryFilter predicates(List<ResolutionAggregateQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value). -
getPredicates
-
setPredicates
-
equals
-
hashCode
public int hashCode() -
toString
-