Interface MessageDeliveryStatus


public interface MessageDeliveryStatus
Array with status objects. Only status codes with at least one recipient will be listed.
  • Method Details

    • getCode

      The detailed status code.

      Field is required

      Returns:
      code
    • getCount

      Integer getCount()
      The number of messages that currently has this code.

      minimum: 1

      Field is required

      Returns:
      count
    • getRecipients

      Set<String> getRecipients()
      Only for full report. A list of the phone number recipients which messages has this status code.
      Returns:
      recipients
    • getStatus

      DeliveryStatus getStatus()
      Get status

      Field is required

      Returns:
      status
    • builder

      Getting builder
      Returns:
      New Builder instance