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