Package com.mypurecloud.sdk.v2.model
Class HistoryHeadersTranslation
java.lang.Object
com.mypurecloud.sdk.v2.model.HistoryHeadersTranslation
- All Implemented Interfaces:
Serializable
HistoryHeadersTranslation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA translation for the word \"cc\", for the expected languagebooleanforwardPrefix(String forwardPrefix) A translation for the subject prefix \"Forward\", for the expected languageA translation for the word \"from\", for the expected languagegetCc()getFrom()getSent()getTo()inthashCode()The code of the expected languagereplyPrefix(String replyPrefix) A translation for the subject prefix \"Reply\", for the expected languageA translation for the word \"sent\", for the expected languagevoidvoidsetForwardPrefix(String forwardPrefix) voidvoidsetLanguage(String language) voidsetReplyPrefix(String replyPrefix) voidvoidsetSubject(String subject) voidsetTimeZone(String timeZone) voidA translation for the word \"subject\", for the expected languageTimezone used by the agent, used to format the sent email date and time.A translation for the word \"to\", for the expected languagetoString()
-
Constructor Details
-
HistoryHeadersTranslation
public HistoryHeadersTranslation() -
HistoryHeadersTranslation
-
-
Method Details
-
from
A translation for the word \"from\", for the expected language -
getFrom
-
setFrom
-
to
A translation for the word \"to\", for the expected language -
getTo
-
setTo
-
cc
A translation for the word \"cc\", for the expected language -
getCc
-
setCc
-
subject
A translation for the word \"subject\", for the expected language -
getSubject
-
setSubject
-
replyPrefix
A translation for the subject prefix \"Reply\", for the expected language -
getReplyPrefix
-
setReplyPrefix
-
forwardPrefix
A translation for the subject prefix \"Forward\", for the expected language -
getForwardPrefix
-
setForwardPrefix
-
sent
A translation for the word \"sent\", for the expected language -
getSent
-
setSent
-
language
The code of the expected language -
getLanguage
-
setLanguage
-
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
-
setTimeZone
-
equals
-
hashCode
public int hashCode() -
toString
-