Uses of Class
com.bandwidth.iris.sdk.model.EmergencyNotificationEndpointOrder
-
Packages that use EmergencyNotificationEndpointOrder Package Description com.bandwidth.iris.sdk.model -
-
Uses of EmergencyNotificationEndpointOrder in com.bandwidth.iris.sdk.model
Methods in com.bandwidth.iris.sdk.model that return EmergencyNotificationEndpointOrder Modifier and Type Method Description EmergencyNotificationEndpointOrderEmergencyNotificationEndpointOrderResponse. getEmergencyNotificationEndpointOrder()Methods in com.bandwidth.iris.sdk.model that return types with arguments of type EmergencyNotificationEndpointOrder Modifier and Type Method Description List<EmergencyNotificationEndpointOrder>EmergencyNotificationEndpointOrderResponse. getEmergencyNotificationEndpointOrders()Methods in com.bandwidth.iris.sdk.model with parameters of type EmergencyNotificationEndpointOrder Modifier and Type Method Description static EmergencyNotificationEndpointOrderResponseEmergencyNotification. createEndpointOrder(IrisClient client, EmergencyNotificationEndpointOrder eneo)voidEmergencyNotificationEndpointOrderResponse. setEmergencyNotificationEndpointOrder(EmergencyNotificationEndpointOrder emergencyNotificationEndpointOrder)Method parameters in com.bandwidth.iris.sdk.model with type arguments of type EmergencyNotificationEndpointOrder Modifier and Type Method Description voidEmergencyNotificationEndpointOrderResponse. setEmergencyNotificationEndpointOrders(List<EmergencyNotificationEndpointOrder> emergencyNotificationEndpointOrders)
-