Uses of Enum Class
com.mypurecloud.sdk.v2.model.EscalationTarget.TargetTypeEnum
Packages that use EscalationTarget.TargetTypeEnum
-
Uses of EscalationTarget.TargetTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EscalationTarget.TargetTypeEnumModifier and TypeMethodDescriptionEscalationTarget.TargetTypeEnum.fromString(String key) EscalationTarget.getTargetType()Returns the enum constant of this class with the specified name.static EscalationTarget.TargetTypeEnum[]EscalationTarget.TargetTypeEnum.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 EscalationTarget.TargetTypeEnumModifier and TypeMethodDescriptionvoidEscalationTarget.setTargetType(EscalationTarget.TargetTypeEnum targetType) EscalationTarget.targetType(EscalationTarget.TargetTypeEnum targetType) Defines the target that the message will be escalated to.