Uses of Class
com.bandwidth.iris.sdk.model.EmergencyNotificationGroup
-
Packages that use EmergencyNotificationGroup Package Description com.bandwidth.iris.sdk.model -
-
Uses of EmergencyNotificationGroup in com.bandwidth.iris.sdk.model
Methods in com.bandwidth.iris.sdk.model that return EmergencyNotificationGroup Modifier and Type Method Description EmergencyNotificationGroupE911. getEmergencyNotificationGroup()EmergencyNotificationGroupEmergencyNotificationGroupsResponse. getEmergencyNotificationGroup()Methods in com.bandwidth.iris.sdk.model that return types with arguments of type EmergencyNotificationGroup Modifier and Type Method Description List<EmergencyNotificationGroup>EmergencyNotificationGroupsResponse. getEmergencyNotificationGroups()Methods in com.bandwidth.iris.sdk.model with parameters of type EmergencyNotificationGroup Modifier and Type Method Description voidE911. setEmergencyNotificationGroup(EmergencyNotificationGroup emergencyNotificationGroup)voidEmergencyNotificationGroupsResponse. setEmergencyNotificationGroup(EmergencyNotificationGroup emergencyNotificationGroup)Method parameters in com.bandwidth.iris.sdk.model with type arguments of type EmergencyNotificationGroup Modifier and Type Method Description voidEmergencyNotificationGroupsResponse. setEmergencyNotificationGroups(List<EmergencyNotificationGroup> emergencyNotificationGroups)
-