Uses of Class
com.bandwidth.iris.sdk.model.EmergencyNotificationRecipient
-
Packages that use EmergencyNotificationRecipient Package Description com.bandwidth.iris.sdk.model -
-
Uses of EmergencyNotificationRecipient in com.bandwidth.iris.sdk.model
Methods in com.bandwidth.iris.sdk.model that return EmergencyNotificationRecipient Modifier and Type Method Description EmergencyNotificationRecipientEmergencyNotificationRecipientsResponse. getEmergencyNotificationRecipient()Methods in com.bandwidth.iris.sdk.model that return types with arguments of type EmergencyNotificationRecipient Modifier and Type Method Description List<EmergencyNotificationRecipient>AddedEmergencyNotificationGroup. getAddedEmergencyNotificationRecipients()List<EmergencyNotificationRecipient>ModifiedEmergencyNotificationGroup. getAddedEmergencyNotificationRecipients()List<EmergencyNotificationRecipient>ModifiedEmergencyNotificationGroup. getDeletedEmergencyNotificationRecipients()List<EmergencyNotificationRecipient>EmergencyNotificationGroup. getEmergencyNotificationRecipients()List<EmergencyNotificationRecipient>EmergencyNotificationRecipientsResponse. getEmergencyNotificationRecipients()Methods in com.bandwidth.iris.sdk.model with parameters of type EmergencyNotificationRecipient Modifier and Type Method Description static EmergencyNotificationRecipientsResponseEmergencyNotification. createRecipients(IrisClient client, EmergencyNotificationRecipient enr)static EmergencyNotificationRecipientsResponseEmergencyNotification. replaceRecipients(IrisClient client, EmergencyNotificationRecipient enr, String enrId)voidEmergencyNotificationRecipientsResponse. setEmergencyNotificationRecipient(EmergencyNotificationRecipient emergencyNotificationRecipient)Method parameters in com.bandwidth.iris.sdk.model with type arguments of type EmergencyNotificationRecipient Modifier and Type Method Description voidAddedEmergencyNotificationGroup. setAddedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> addedEmergencyNotificationRecipients)voidModifiedEmergencyNotificationGroup. setAddedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> addedEmergencyNotificationRecipients)voidModifiedEmergencyNotificationGroup. setDeletedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> deletedEmergencyNotificationRecipients)voidEmergencyNotificationGroup. setEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> emergencyNotificationRecipients)voidEmergencyNotificationRecipientsResponse. setEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> emergencyNotificationRecipients)
-