public static class MessageResponse.Recipients extends Object implements Serializable
| Constructor and Description |
|---|
Recipients() |
| Modifier and Type | Method and Description |
|---|---|
List<MessageResponse.Items> |
getItems()
An array of recipient hashes
|
Integer |
getTotalCount() |
Integer |
getTotalDeliveredCount()
The count of recipients where the message is delivered (status delivered).
|
Integer |
getTotalDeliveryFailedCount()
The count of recipients where the delivery has failed (status delivery_failed).
|
Integer |
getTotalSentCount()
The count of recipients that have the message pending (status sent, and buffered).
|
String |
toString() |
public Integer getTotalCount()
public Integer getTotalSentCount()
public Integer getTotalDeliveredCount()
public Integer getTotalDeliveryFailedCount()
public List<MessageResponse.Items> getItems()
Copyright © 2024. All rights reserved.