| Package | Description |
|---|---|
| com.bandwidth.iris.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
EmergencyNotificationRecipient |
EmergencyNotificationRecipientsResponse.getEmergencyNotificationRecipient() |
| Modifier and Type | Method and Description |
|---|---|
List<EmergencyNotificationRecipient> |
ModifiedEmergencyNotificationGroup.getAddedEmergencyNotificationRecipients() |
List<EmergencyNotificationRecipient> |
AddedEmergencyNotificationGroup.getAddedEmergencyNotificationRecipients() |
List<EmergencyNotificationRecipient> |
ModifiedEmergencyNotificationGroup.getDeletedEmergencyNotificationRecipients() |
List<EmergencyNotificationRecipient> |
EmergencyNotificationRecipientsResponse.getEmergencyNotificationRecipients() |
List<EmergencyNotificationRecipient> |
EmergencyNotificationGroup.getEmergencyNotificationRecipients() |
| Modifier and Type | Method and Description |
|---|---|
static EmergencyNotificationRecipientsResponse |
EmergencyNotification.createRecipients(IrisClient client,
EmergencyNotificationRecipient enr) |
static EmergencyNotificationRecipientsResponse |
EmergencyNotification.replaceRecipients(IrisClient client,
EmergencyNotificationRecipient enr,
String enrId) |
void |
EmergencyNotificationRecipientsResponse.setEmergencyNotificationRecipient(EmergencyNotificationRecipient emergencyNotificationRecipient) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModifiedEmergencyNotificationGroup.setAddedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> addedEmergencyNotificationRecipients) |
void |
AddedEmergencyNotificationGroup.setAddedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> addedEmergencyNotificationRecipients) |
void |
ModifiedEmergencyNotificationGroup.setDeletedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> deletedEmergencyNotificationRecipients) |
void |
EmergencyNotificationRecipientsResponse.setEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> emergencyNotificationRecipients) |
void |
EmergencyNotificationGroup.setEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> emergencyNotificationRecipients) |
Copyright © 2020. All rights reserved.