Interface MessageDeliveryStatus
public interface MessageDeliveryStatus
Array with status objects. Only status codes with at least one recipient will be listed.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Getting buildergetCode()The detailed status code.getCount()The number of messages that currently has this code.Only forfullreport.Get status
-
Method Details
-
getCode
DeliveryReceiptErrorCode 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
Only forfullreport. A list of the phone number recipients which messages has this status code.- Returns:
- recipients
-
getStatus
DeliveryStatus getStatus()Get statusField is required
- Returns:
- status
-
builder
Getting builder- Returns:
- New Builder instance
-