Package com.mypurecloud.sdk.v2.model
Class ContactColumnConditionSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactColumnConditionSettings
- All Implemented Interfaces:
Serializable
ContactColumnConditionSettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe operator to use when comparing values.static enumThe data type the value should be treated as. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumnName(String columnName) The name of the contact list column to evaluate.booleangetValue()inthashCode()The operator to use when comparing values.voidsetColumnName(String columnName) voidvoidvoidtoString()The value to compare against the contact's data.The data type the value should be treated as.
-
Constructor Details
-
ContactColumnConditionSettings
public ContactColumnConditionSettings() -
ContactColumnConditionSettings
-
-
Method Details
-
columnName
The name of the contact list column to evaluate. -
getColumnName
-
setColumnName
-
operator
public ContactColumnConditionSettings operator(ContactColumnConditionSettings.OperatorEnum operator) The operator to use when comparing values. -
getOperator
-
setOperator
-
value
The value to compare against the contact's data. -
getValue
-
setValue
-
valueType
public ContactColumnConditionSettings valueType(ContactColumnConditionSettings.ValueTypeEnum valueType) The data type the value should be treated as. -
getValueType
-
setValueType
-
equals
-
hashCode
public int hashCode() -
toString
-