Interface OptOutEventNotification


public interface OptOutEventNotification
OptOutEventNotification
  • Method Details

    • getRequestId

      String getRequestId()
      ID generated when making an opt-out registration request. Can be used to detect duplicates.
      Returns:
      requestId
    • getContactId

      String getContactId()
      The ID of the contact which is the subject of the opt-out. Will be empty if processing_mode is DISPATCH.
      Returns:
      contactId
    • getChannel

      ConversationChannel getChannel()
      Get channel
      Returns:
      channel
    • getIdentity

      String getIdentity()
      The channel identity. For example, a phone number for SMS, WhatsApp and Viber Business.
      Returns:
      identity
    • getStatus

      Status of the opt-out registration.
      Returns:
      status
    • getErrorDetails

      Get errorDetails
      Returns:
      errorDetails
    • getProcessingMode

      ProcessingMode getProcessingMode()
      Get processingMode
      Returns:
      processingMode
    • builder

      Getting builder
      Returns:
      New Builder instance