Class HistoryHeadersTranslation

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

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

    • HistoryHeadersTranslation

      public HistoryHeadersTranslation()
    • HistoryHeadersTranslation

      public HistoryHeadersTranslation(Boolean initWithEmptyList)
  • Method Details

    • from

      public HistoryHeadersTranslation from(String from)
      A translation for the word \"from\", for the expected language
    • getFrom

      public String getFrom()
    • setFrom

      public void setFrom(String from)
    • to

      A translation for the word \"to\", for the expected language
    • getTo

      public String getTo()
    • setTo

      public void setTo(String to)
    • cc

      A translation for the word \"cc\", for the expected language
    • getCc

      public String getCc()
    • setCc

      public void setCc(String cc)
    • subject

      public HistoryHeadersTranslation subject(String subject)
      A translation for the word \"subject\", for the expected language
    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • replyPrefix

      public HistoryHeadersTranslation replyPrefix(String replyPrefix)
      A translation for the subject prefix \"Reply\", for the expected language
    • getReplyPrefix

      public String getReplyPrefix()
    • setReplyPrefix

      public void setReplyPrefix(String replyPrefix)
    • forwardPrefix

      public HistoryHeadersTranslation forwardPrefix(String forwardPrefix)
      A translation for the subject prefix \"Forward\", for the expected language
    • getForwardPrefix

      public String getForwardPrefix()
    • setForwardPrefix

      public void setForwardPrefix(String forwardPrefix)
    • sent

      public HistoryHeadersTranslation sent(String sent)
      A translation for the word \"sent\", for the expected language
    • getSent

      public String getSent()
    • setSent

      public void setSent(String sent)
    • language

      public HistoryHeadersTranslation language(String language)
      The code of the expected language
    • getLanguage

      public String getLanguage()
    • setLanguage

      public void setLanguage(String language)
    • timeZone

      public HistoryHeadersTranslation timeZone(String timeZone)
      Timezone used by the agent, used to format the sent email date and time. If not defined, will default to UTC. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London
    • getTimeZone

      public String getTimeZone()
    • setTimeZone

      public void setTimeZone(String timeZone)
    • 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