Class DigitalAction

java.lang.Object
com.mypurecloud.sdk.v2.model.DigitalAction
All Implemented Interfaces:
Serializable

public class DigitalAction extends Object implements Serializable
DigitalAction
See Also:
  • Constructor Details

    • DigitalAction

      public DigitalAction()
    • DigitalAction

      public DigitalAction(Boolean initWithEmptyList)
  • Method Details

    • updateContactColumnActionSettings

      public DigitalAction updateContactColumnActionSettings(UpdateContactColumnActionSettings updateContactColumnActionSettings)
      The settings for an 'update contact column' action.
    • getUpdateContactColumnActionSettings

      public UpdateContactColumnActionSettings getUpdateContactColumnActionSettings()
    • setUpdateContactColumnActionSettings

      public void setUpdateContactColumnActionSettings(UpdateContactColumnActionSettings updateContactColumnActionSettings)
    • doNotSendActionSettings

      public DigitalAction doNotSendActionSettings(Object doNotSendActionSettings)
      The settings for a 'do not send' action.
    • getDoNotSendActionSettings

      public Object getDoNotSendActionSettings()
    • setDoNotSendActionSettings

      public void setDoNotSendActionSettings(Object doNotSendActionSettings)
    • appendToDncActionSettings

      public DigitalAction appendToDncActionSettings(AppendToDncActionSettings appendToDncActionSettings)
      The settings for an 'Append to DNC' action.
    • getAppendToDncActionSettings

      public AppendToDncActionSettings getAppendToDncActionSettings()
    • setAppendToDncActionSettings

      public void setAppendToDncActionSettings(AppendToDncActionSettings appendToDncActionSettings)
    • markContactUncontactableActionSettings

      public DigitalAction markContactUncontactableActionSettings(MarkContactUncontactableActionSettings markContactUncontactableActionSettings)
      The settings for a 'mark contact uncontactable' action.
    • getMarkContactUncontactableActionSettings

      public MarkContactUncontactableActionSettings getMarkContactUncontactableActionSettings()
    • setMarkContactUncontactableActionSettings

      public void setMarkContactUncontactableActionSettings(MarkContactUncontactableActionSettings markContactUncontactableActionSettings)
    • markContactAddressUncontactableActionSettings

      public DigitalAction markContactAddressUncontactableActionSettings(Object markContactAddressUncontactableActionSettings)
      The settings for an 'mark contact address uncontactable' action.
    • getMarkContactAddressUncontactableActionSettings

      public Object getMarkContactAddressUncontactableActionSettings()
    • setMarkContactAddressUncontactableActionSettings

      public void setMarkContactAddressUncontactableActionSettings(Object markContactAddressUncontactableActionSettings)
    • setContentTemplateActionSettings

      public DigitalAction setContentTemplateActionSettings(SetContentTemplateActionSettings setContentTemplateActionSettings)
      The settings for a 'Set content template' action.
    • getSetContentTemplateActionSettings

      public SetContentTemplateActionSettings getSetContentTemplateActionSettings()
    • setSetContentTemplateActionSettings

      public void setSetContentTemplateActionSettings(SetContentTemplateActionSettings setContentTemplateActionSettings)
    • setSmsPhoneNumberActionSettings

      public DigitalAction setSmsPhoneNumberActionSettings(SetSmsPhoneNumberActionSettings setSmsPhoneNumberActionSettings)
      The settings for a 'set sms phone number' action.
    • getSetSmsPhoneNumberActionSettings

      public SetSmsPhoneNumberActionSettings getSetSmsPhoneNumberActionSettings()
    • setSetSmsPhoneNumberActionSettings

      public void setSetSmsPhoneNumberActionSettings(SetSmsPhoneNumberActionSettings setSmsPhoneNumberActionSettings)
    • setWhatsAppIntegrationActionSettings

      public DigitalAction setWhatsAppIntegrationActionSettings(SetWhatsAppIntegrationActionSettings setWhatsAppIntegrationActionSettings)
      The settings for a 'set WhatsApp integration' action.
    • getSetWhatsAppIntegrationActionSettings

      public SetWhatsAppIntegrationActionSettings getSetWhatsAppIntegrationActionSettings()
    • setSetWhatsAppIntegrationActionSettings

      public void setSetWhatsAppIntegrationActionSettings(SetWhatsAppIntegrationActionSettings setWhatsAppIntegrationActionSettings)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object