Uses of Enum Class
com.mypurecloud.sdk.v2.model.LocationEmergencyNumber.TypeEnum
Packages that use LocationEmergencyNumber.TypeEnum
-
Uses of LocationEmergencyNumber.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LocationEmergencyNumber.TypeEnumModifier and TypeMethodDescriptionLocationEmergencyNumber.TypeEnum.fromString(String key) LocationEmergencyNumber.getType()Returns the enum constant of this class with the specified name.static LocationEmergencyNumber.TypeEnum[]LocationEmergencyNumber.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type LocationEmergencyNumber.TypeEnumModifier and TypeMethodDescriptionvoidLocationEmergencyNumber.setType(LocationEmergencyNumber.TypeEnum type) LocationEmergencyNumber.type(LocationEmergencyNumber.TypeEnum type) The type of emergency number.