Class DeliveryReportStatusDetails

java.lang.Object
com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails

public class DeliveryReportStatusDetails extends Object
Details related to a delivery report status
Since:
1.0
  • Constructor Details

    • DeliveryReportStatusDetails

      public DeliveryReportStatusDetails(Integer code, Integer count, Collection<String> recipients, String status)
      Parameters:
      code - Required. The detailed status code.
      count - Required. The number of messages that currently has this code
      recipients - Required. Only for full report. A list of the phone number recipients which messages has this status code
      status - Required. The simplified status as described in Delivery Report Statuses
  • Method Details