Package com.mypurecloud.sdk.v2.model
Class JourneyViewElementFilterPredicate
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyViewElementFilterPredicate
- All Implemented Interfaces:
Serializable
A 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 onbooleaninthashCode()set this to true if no specific value to be consideredOptional operator, default is Matches.voidsetDimension(String dimension) voidsetNoValue(Boolean noValue) voidvoidtoString()the values of the attribute to filter on
-
Constructor Details
-
JourneyViewElementFilterPredicate
public JourneyViewElementFilterPredicate() -
JourneyViewElementFilterPredicate
-
-
Method Details
-
dimension
the element's attribute being filtered on -
getDimension
-
setDimension
-
values
the values of the attribute to filter on -
getValues
-
setValues
-
operator
public JourneyViewElementFilterPredicate operator(JourneyViewElementFilterPredicate.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
-
equals
-
hashCode
public int hashCode() -
toString
-