Interface BatchDeliveryReportMMS

All Superinterfaces:
BatchDeliveryReport, DeliveryReport, SmsSinchEvent

public interface BatchDeliveryReportMMS extends BatchDeliveryReport
BatchDeliveryReportMMS
  • Method Details

    • getBatchId

      String getBatchId()
      The ID of the batch this delivery report belongs to.

      Field is required

      Returns:
      batchId
      Read Only
      This field is returned by the server and cannot be modified
    • getClientReference

      String getClientReference()
      The client identifier of the batch this delivery report belongs to, if set when submitting batch.
      Returns:
      clientReference
    • getStatuses

      List<MessageDeliveryStatus> getStatuses()
      Array with status objects. Only status codes with at least one recipient will be listed.

      Field is required

      Returns:
      statuses
    • getTotalMessageCount

      Integer getTotalMessageCount()
      The total number of messages in the batch.

      minimum: 0

      Field is required

      Returns:
      totalMessageCount
    • builder

      Getting builder
      Returns:
      New Builder instance