Package com.bandwidth.iris.sdk.model
Class EmergencyNotification
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.EmergencyNotification
-
public class EmergencyNotification extends Object
-
-
Constructor Summary
Constructors Constructor Description EmergencyNotification()
-
Method Summary
-
-
-
Method Detail
-
createRecipients
public static EmergencyNotificationRecipientsResponse createRecipients(IrisClient client, EmergencyNotificationRecipient enr) throws Exception
- Throws:
Exception
-
listRecipients
public static EmergencyNotificationRecipientsResponse listRecipients(IrisClient client, Map<String,Object> query) throws Exception
- Throws:
Exception
-
replaceRecipients
public static EmergencyNotificationRecipientsResponse replaceRecipients(IrisClient client, EmergencyNotificationRecipient enr, String enrId) throws Exception
- Throws:
Exception
-
getRecipients
public static EmergencyNotificationRecipientsResponse getRecipients(IrisClient client, String enrId) throws Exception
- Throws:
Exception
-
deleteRecipients
public static IrisResponse deleteRecipients(IrisClient client, String enrId) throws Exception
- Throws:
Exception
-
createGroupOrders
public static EmergencyNotificationGroupOrderResponse createGroupOrders(IrisClient client, EmergencyNotificationGroupOrder engo) throws Exception
- Throws:
Exception
-
listGroupOrders
public static EmergencyNotificationGroupOrderResponse listGroupOrders(IrisClient client, Map<String,Object> query) throws Exception
- Throws:
Exception
-
getGroupOrders
public static EmergencyNotificationGroupOrderResponse getGroupOrders(IrisClient client, String engoId) throws Exception
- Throws:
Exception
-
listGroups
public static EmergencyNotificationGroupsResponse listGroups(IrisClient client, Map<String,Object> query) throws Exception
- Throws:
Exception
-
getGroups
public static EmergencyNotificationGroupsResponse getGroups(IrisClient client, String engId) throws Exception
- Throws:
Exception
-
createEndpointOrder
public static EmergencyNotificationEndpointOrderResponse createEndpointOrder(IrisClient client, EmergencyNotificationEndpointOrder eneo) throws Exception
- Throws:
Exception
-
listEndpointOrders
public static EmergencyNotificationEndpointOrderResponse listEndpointOrders(IrisClient client, Map<String,Object> query) throws Exception
- Throws:
Exception
-
getEndpointOrder
public static EmergencyNotificationEndpointOrderResponse getEndpointOrder(IrisClient client, String eneoId) throws Exception
- Throws:
Exception
-
-