Package com.mypurecloud.sdk.v2.model
Class EscalationRuleResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.EscalationRuleResponse
- All Implemented Interfaces:
Serializable
EscalationRuleResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the escalation rule. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Timestamp indicating when the escalation rule was created.dateModified(Date dateModified) Timestamp indicating when the escalation rule was last updated.description(String description) A description of the social escalation rule.divisionId(String divisionId) The ID of the division the social escalation rule belongs to.booleanfacebookEscalation(EscalationTarget facebookEscalation) The target integration configuration used for a Facebook message escalation.getId()getName()googleBusinessProfileEscalation(EscalationTarget googleBusinessProfileEscalation) The target integration configuration used for a Google Business Profile message escalation.inthashCode()ID of the escalation rule.instagramEscalation(EscalationTarget instagramEscalation) The target integration configuration used for an Instagram message escalation.matchCriteria(String matchCriteria) The criteria that defines when a social media message should be escalated.The name of the escalation rule.openEscalation(EscalationTarget openEscalation) The target integration configuration used for an open message escalation.The priority of the escalation rule.voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDescription(String description) voidsetDivisionId(String divisionId) voidsetFacebookEscalation(EscalationTarget facebookEscalation) voidsetGoogleBusinessProfileEscalation(EscalationTarget googleBusinessProfileEscalation) voidvoidsetInstagramEscalation(EscalationTarget instagramEscalation) voidsetMatchCriteria(String matchCriteria) voidvoidsetOpenEscalation(EscalationTarget openEscalation) voidsetPriority(Integer priority) voidvoidsetTwitterEscalation(EscalationTarget twitterEscalation) The status of the escalation rule.toString()twitterEscalation(EscalationTarget twitterEscalation) The target integration configuration used for a X (formerly Twitter) message escalation.
-
Constructor Details
-
EscalationRuleResponse
public EscalationRuleResponse() -
EscalationRuleResponse
-
-
Method Details
-
id
ID of the escalation rule. -
getId
-
setId
-
name
The name of the escalation rule. -
getName
-
setName
-
matchCriteria
The criteria that defines when a social media message should be escalated. -
getMatchCriteria
-
setMatchCriteria
-
priority
The priority of the escalation rule. -
getPriority
-
setPriority
-
divisionId
The ID of the division the social escalation rule belongs to. -
getDivisionId
-
setDivisionId
-
description
A description of the social escalation rule. -
getDescription
-
setDescription
-
dateCreated
Timestamp indicating when the escalation rule was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Timestamp indicating when the escalation rule was last updated. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
status
The status of the escalation rule. -
getStatus
-
setStatus
-
openEscalation
The target integration configuration used for an open message escalation. -
getOpenEscalation
-
setOpenEscalation
-
facebookEscalation
The target integration configuration used for a Facebook message escalation. -
getFacebookEscalation
-
setFacebookEscalation
-
instagramEscalation
The target integration configuration used for an Instagram message escalation. -
getInstagramEscalation
-
setInstagramEscalation
-
twitterEscalation
The target integration configuration used for a X (formerly Twitter) message escalation. -
getTwitterEscalation
-
setTwitterEscalation
-
googleBusinessProfileEscalation
public EscalationRuleResponse googleBusinessProfileEscalation(EscalationTarget googleBusinessProfileEscalation) The target integration configuration used for a Google Business Profile message escalation. -
getGoogleBusinessProfileEscalation
-
setGoogleBusinessProfileEscalation
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-