Package com.mypurecloud.sdk.v2.model
Class JourneyViewElementFilterNumberPredicate
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyViewElementFilterNumberPredicate
- All Implemented Interfaces:
Serializable
A numeric filter on an element within a journey view
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumOptional operator, default is Matches. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthe element's attribute being filtered onbooleangetRange()inthashCode()set this to true if no specific value to be consideredOptional operator, default is Matches.the range of comparators to filter onvoidsetDimension(String dimension) voidsetNoValue(Boolean noValue) voidvoidtoString()
-
Constructor Details
-
JourneyViewElementFilterNumberPredicate
public JourneyViewElementFilterNumberPredicate() -
JourneyViewElementFilterNumberPredicate
-
-
Method Details
-
dimension
the element's attribute being filtered on -
getDimension
-
setDimension
-
operator
public JourneyViewElementFilterNumberPredicate operator(JourneyViewElementFilterNumberPredicate.OperatorEnum operator) Optional operator, default is Matches. Valid values: Matches -
getOperator
-
setOperator
-
noValue
set this to true if no specific value to be considered -
getNoValue
-
setNoValue
-
range
the range of comparators to filter on -
getRange
-
setRange
-
equals
-
hashCode
public int hashCode() -
toString
-