Interface BatchDeliveryReportMMS
- All Superinterfaces:
BatchDeliveryReport,DeliveryReport,SmsSinchEvent
BatchDeliveryReportMMS
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Getting builderThe ID of the batch this delivery report belongs to.The client identifier of the batch this delivery report belongs to, if set when submitting batch.Array with status objects.The total number of messages in the batch.
-
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
-