Package com.mypurecloud.sdk.v2.model
Class JourneyViewElementFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyViewElementFilter
- All Implemented Interfaces:
Serializable
A set of filters on an element within a journey view
- 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 TypeMethodDescriptionbooleangetType()inthashCode()numberPredicates(List<JourneyViewElementFilterNumberPredicate> numberPredicates) numberPredicatespredicates(List<JourneyViewElementFilterPredicate> predicates) predicatesvoidsetNumberPredicates(List<JourneyViewElementFilterNumberPredicate> numberPredicates) voidsetPredicates(List<JourneyViewElementFilterPredicate> predicates) voidtoString()Boolean operation to apply to the provided predicates and clauses.
-
Constructor Details
-
JourneyViewElementFilter
public JourneyViewElementFilter() -
JourneyViewElementFilter
-
-
Method Details
-
type
Boolean operation to apply to the provided predicates and clauses. Valid values: And -
getType
-
setType
-
predicates
predicates -
getPredicates
-
setPredicates
-
numberPredicates
public JourneyViewElementFilter numberPredicates(List<JourneyViewElementFilterNumberPredicate> numberPredicates) numberPredicates -
getNumberPredicates
-
setNumberPredicates
-
equals
-
hashCode
public int hashCode() -
toString
-