Package com.mypurecloud.sdk.v2.model
Class RowSearchPredicate
java.lang.Object
com.mypurecloud.sdk.v2.model.RowSearchPredicate
- All Implemented Interfaces:
Serializable
RowSearchPredicate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe search operator for this predicatestatic enumThe special value that will be searched for in rows. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe decision table column identifier this predicate applies tobooleangetValue()inthashCode()operator(RowSearchPredicate.OperatorEnum operator) The search operator for this predicatevoidsetColumnId(String columnId) voidsetOperator(RowSearchPredicate.OperatorEnum operator) voidsetSpecial(RowSearchPredicate.SpecialEnum special) voidspecial(RowSearchPredicate.SpecialEnum special) The special value that will be searched for in rows.toString()The value that will be searched for in rows.
-
Constructor Details
-
RowSearchPredicate
public RowSearchPredicate() -
RowSearchPredicate
-
-
Method Details
-
columnId
The decision table column identifier this predicate applies to -
getColumnId
-
setColumnId
-
operator
The search operator for this predicate -
getOperator
-
setOperator
-
value
The value that will be searched for in rows. Exactly one of 'value' or 'special' can be used. -
getValue
-
setValue
-
special
The special value that will be searched for in rows. Exactly one of 'value' or 'special' can be used. -
getSpecial
-
setSpecial
-
equals
-
hashCode
public int hashCode() -
toString
-