Uses of Class
com.bandwidth.iris.sdk.model.EmergencyNotificationRecipientsResponse
-
Packages that use EmergencyNotificationRecipientsResponse Package Description com.bandwidth.iris.sdk.model -
-
Uses of EmergencyNotificationRecipientsResponse in com.bandwidth.iris.sdk.model
Methods in com.bandwidth.iris.sdk.model that return EmergencyNotificationRecipientsResponse Modifier and Type Method Description static EmergencyNotificationRecipientsResponseEmergencyNotification. createRecipients(IrisClient client, EmergencyNotificationRecipient enr)static EmergencyNotificationRecipientsResponseEmergencyNotification. getRecipients(IrisClient client, String enrId)static EmergencyNotificationRecipientsResponseEmergencyNotification. listRecipients(IrisClient client, Map<String,Object> query)static EmergencyNotificationRecipientsResponseEmergencyNotification. replaceRecipients(IrisClient client, EmergencyNotificationRecipient enr, String enrId)
-