Uses of Enum Class
com.mypurecloud.sdk.v2.model.EscalationTarget.DestinationEnum
Packages that use EscalationTarget.DestinationEnum
-
Uses of EscalationTarget.DestinationEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EscalationTarget.DestinationEnumModifier and TypeMethodDescriptionEscalationTarget.DestinationEnum.fromString(String key) EscalationTarget.getDestination()Returns the enum constant of this class with the specified name.static EscalationTarget.DestinationEnum[]EscalationTarget.DestinationEnum.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.DestinationEnumModifier and TypeMethodDescriptionEscalationTarget.destination(EscalationTarget.DestinationEnum destination) Defines the destination of the escalation.SourceIntegration means use the SocialMedia Source Integration as the destination.OverrideIntegration means the set integration will be used regardless of the source.voidEscalationTarget.setDestination(EscalationTarget.DestinationEnum destination)