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