Package com.mypurecloud.sdk.v2.model
Class EscalationTarget
java.lang.Object
com.mypurecloud.sdk.v2.model.EscalationTarget
- All Implemented Interfaces:
Serializable
EscalationTarget
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDefines 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.static enumDefines the target that the message will be escalated to. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondestination(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.booleaninthashCode()override(OverrideEscalationTarget override) Set the integration ID.Only valid when type is OverrideIntegration.voidsetDestination(EscalationTarget.DestinationEnum destination) voidsetOverride(OverrideEscalationTarget override) voidsetTargetType(EscalationTarget.TargetTypeEnum targetType) targetType(EscalationTarget.TargetTypeEnum targetType) Defines the target that the message will be escalated to.toString()
-
Constructor Details
-
EscalationTarget
public EscalationTarget() -
EscalationTarget
-
-
Method Details
-
targetType
Defines the target that the message will be escalated to. -
getTargetType
-
setTargetType
-
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. -
getDestination
-
setDestination
-
override
Set the integration ID.Only valid when type is OverrideIntegration. -
getOverride
-
setOverride
-
equals
-
hashCode
public int hashCode() -
toString
-