Package com.mypurecloud.sdk.v2.model
Class LastAttemptByColumnConditionSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.LastAttemptByColumnConditionSettings
- All Implemented Interfaces:
Serializable
LastAttemptByColumnConditionSettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe operator to use when comparing values. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemailColumnName(String emailColumnName) The name of the contact column to evaluate for Email.booleangetValue()inthashCode()The operator to use when comparing values.voidsetEmailColumnName(String emailColumnName) voidvoidsetSmsColumnName(String smsColumnName) voidvoidsetWhatsAppColumnName(String whatsAppColumnName) smsColumnName(String smsColumnName) The name of the contact column to evaluate for SMS.toString()The period value to compare against the contact's data.whatsAppColumnName(String whatsAppColumnName) The name of the contact column to evaluate for WhatsApp.
-
Constructor Details
-
LastAttemptByColumnConditionSettings
public LastAttemptByColumnConditionSettings() -
LastAttemptByColumnConditionSettings
-
-
Method Details
-
emailColumnName
The name of the contact column to evaluate for Email. -
getEmailColumnName
-
setEmailColumnName
-
smsColumnName
The name of the contact column to evaluate for SMS. -
getSmsColumnName
-
setSmsColumnName
-
whatsAppColumnName
The name of the contact column to evaluate for WhatsApp. -
getWhatsAppColumnName
-
setWhatsAppColumnName
-
operator
public LastAttemptByColumnConditionSettings operator(LastAttemptByColumnConditionSettings.OperatorEnum operator) The operator to use when comparing values. -
getOperator
-
setOperator
-
value
The period value to compare against the contact's data. -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-