Class RecipientEmailNotification


  • public class RecipientEmailNotification
    extends Object
    RecipientEmailNotification.
    • Constructor Detail

      • RecipientEmailNotification

        public RecipientEmailNotification()
    • Method Detail

      • getEmailBody

        public String getEmailBody()
        Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. .
        Returns:
        emailBody
      • setEmailBody

        public void setEmailBody​(String emailBody)
        setEmailBody.
      • getEmailBodyMetadata

        public PropertyMetadata getEmailBodyMetadata()
        Metadata that indicates whether the `emailBody` property can be edited..
        Returns:
        emailBodyMetadata
      • setEmailBodyMetadata

        public void setEmailBodyMetadata​(PropertyMetadata emailBodyMetadata)
        setEmailBodyMetadata.
      • getEmailSubject

        public String getEmailSubject()
        Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject..
        Returns:
        emailSubject
      • setEmailSubject

        public void setEmailSubject​(String emailSubject)
        setEmailSubject.
      • getEmailSubjectMetadata

        public PropertyMetadata getEmailSubjectMetadata()
        Metadata that indicates whether the `emailSubject` property can be edited..
        Returns:
        emailSubjectMetadata
      • setEmailSubjectMetadata

        public void setEmailSubjectMetadata​(PropertyMetadata emailSubjectMetadata)
        setEmailSubjectMetadata.
      • getSupportedLanguage

        public String getSupportedLanguage()
        A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi)..
        Returns:
        supportedLanguage
      • setSupportedLanguage

        public void setSupportedLanguage​(String supportedLanguage)
        setSupportedLanguage.
      • getSupportedLanguageMetadata

        public PropertyMetadata getSupportedLanguageMetadata()
        Metadata that indicates whether the `supportedLanguage` property can be edited..
        Returns:
        supportedLanguageMetadata
      • setSupportedLanguageMetadata

        public void setSupportedLanguageMetadata​(PropertyMetadata supportedLanguageMetadata)
        setSupportedLanguageMetadata.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object