Interface SendDeliveryFeedbackRequest
public interface SendDeliveryFeedbackRequest
SendDeliveryFeedbackRequest
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Getting builderA list of phone numbers (MSISDNs) that have successfully received the message.
-
Method Details
-
getRecipients
A list of phone numbers (MSISDNs) that have successfully received the message. The key is required, however, the value can be an empty array ([]) for a batch. If the feedback was enabled for a group, at least one phone number is required.- Returns:
- recipients
-
builder
Getting builder- Returns:
- New Builder instance
-