Uses of Enum Class
com.mypurecloud.sdk.v2.model.AlertRequest.TypeEnum
Packages that use AlertRequest.TypeEnum
-
Uses of AlertRequest.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AlertRequest.TypeEnumModifier and TypeMethodDescriptionstatic AlertRequest.TypeEnumAlertRequest.TypeEnum.fromString(String key) AlertRequest.getType()static AlertRequest.TypeEnumReturns the enum constant of this class with the specified name.static AlertRequest.TypeEnum[]AlertRequest.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 AlertRequest.TypeEnumModifier and TypeMethodDescriptionvoidAlertRequest.setType(AlertRequest.TypeEnum type) AlertRequest.type(AlertRequest.TypeEnum type) The action being taken on the alert.