Package com.sinch.sdk.domains.sms.models
Class DeliveryReportBatchMMS
java.lang.Object
com.sinch.sdk.domains.sms.models.BaseDeliveryReport
com.sinch.sdk.domains.sms.models.DeliveryReportBatch
com.sinch.sdk.domains.sms.models.DeliveryReportBatchMMS
- All Implemented Interfaces:
WebhooksEvent
MMS delivery Report
- Since:
- 1.0
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDeliveryReportBatchMMS
(String batchId, String clientReference, Collection<DeliveryReportStatusDetails> statuses, Integer totalMessageCount) -
Method Summary
Methods inherited from class com.sinch.sdk.domains.sms.models.DeliveryReportBatch
getStatuses, getTotalMessageCount
Methods inherited from class com.sinch.sdk.domains.sms.models.BaseDeliveryReport
getBatchId, getClientReference
-
Constructor Details
-
DeliveryReportBatchMMS
public DeliveryReportBatchMMS(String batchId, String clientReference, Collection<DeliveryReportStatusDetails> statuses, Integer totalMessageCount) - Parameters:
batchId
-Required.
The ID of the batch this delivery report belongs to.clientReference
- The client identifier of the batch this delivery report belongs to, if set when submitting batch.statuses
-Required.
Array with status objects. Only status codes with at least one recipient will be listed.totalMessageCount
-Required.
The total number of messages in the batch.
-
-
Method Details
-
toString
- Overrides:
toString
in classDeliveryReportBatch
-
builder
-