Class EscalationRuleResponse

java.lang.Object
com.mypurecloud.sdk.v2.model.EscalationRuleResponse
All Implemented Interfaces:
Serializable

public class EscalationRuleResponse extends Object implements Serializable
EscalationRuleResponse
See Also:
  • Constructor Details

    • EscalationRuleResponse

      public EscalationRuleResponse()
    • EscalationRuleResponse

      public EscalationRuleResponse(Boolean initWithEmptyList)
  • Method Details

    • id

      ID of the escalation rule.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • name

      public EscalationRuleResponse name(String name)
      The name of the escalation rule.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • matchCriteria

      public EscalationRuleResponse matchCriteria(String matchCriteria)
      The criteria that defines when a social media message should be escalated.
    • getMatchCriteria

      public String getMatchCriteria()
    • setMatchCriteria

      public void setMatchCriteria(String matchCriteria)
    • priority

      public EscalationRuleResponse priority(Integer priority)
      The priority of the escalation rule.
    • getPriority

      public Integer getPriority()
    • setPriority

      public void setPriority(Integer priority)
    • divisionId

      public EscalationRuleResponse divisionId(String divisionId)
      The ID of the division the social escalation rule belongs to.
    • getDivisionId

      public String getDivisionId()
    • setDivisionId

      public void setDivisionId(String divisionId)
    • description

      public EscalationRuleResponse description(String description)
      A description of the social escalation rule.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • dateCreated

      public EscalationRuleResponse dateCreated(Date 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

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • dateModified

      public EscalationRuleResponse dateModified(Date 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

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • status

      The status of the escalation rule.
    • getStatus

    • setStatus

      public void setStatus(EscalationRuleResponse.StatusEnum status)
    • openEscalation

      public EscalationRuleResponse openEscalation(EscalationTarget openEscalation)
      The target integration configuration used for an open message escalation.
    • getOpenEscalation

      public EscalationTarget getOpenEscalation()
    • setOpenEscalation

      public void setOpenEscalation(EscalationTarget openEscalation)
    • facebookEscalation

      public EscalationRuleResponse facebookEscalation(EscalationTarget facebookEscalation)
      The target integration configuration used for a Facebook message escalation.
    • getFacebookEscalation

      public EscalationTarget getFacebookEscalation()
    • setFacebookEscalation

      public void setFacebookEscalation(EscalationTarget facebookEscalation)
    • instagramEscalation

      public EscalationRuleResponse instagramEscalation(EscalationTarget instagramEscalation)
      The target integration configuration used for an Instagram message escalation.
    • getInstagramEscalation

      public EscalationTarget getInstagramEscalation()
    • setInstagramEscalation

      public void setInstagramEscalation(EscalationTarget instagramEscalation)
    • twitterEscalation

      public EscalationRuleResponse twitterEscalation(EscalationTarget twitterEscalation)
      The target integration configuration used for a X (formerly Twitter) message escalation.
    • getTwitterEscalation

      public EscalationTarget getTwitterEscalation()
    • setTwitterEscalation

      public void setTwitterEscalation(EscalationTarget twitterEscalation)
    • googleBusinessProfileEscalation

      public EscalationRuleResponse googleBusinessProfileEscalation(EscalationTarget googleBusinessProfileEscalation)
      The target integration configuration used for a Google Business Profile message escalation.
    • getGoogleBusinessProfileEscalation

      public EscalationTarget getGoogleBusinessProfileEscalation()
    • setGoogleBusinessProfileEscalation

      public void setGoogleBusinessProfileEscalation(EscalationTarget googleBusinessProfileEscalation)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object