Class RecipientEmailNotification


  • public class RecipientEmailNotification
    extends java.lang.Object
    RecipientEmailNotification.
    • Constructor Detail

      • RecipientEmailNotification

        public RecipientEmailNotification()
    • Method Detail

      • emailBody

        public RecipientEmailNotification emailBody​(java.lang.String emailBody)
        emailBody.
        Returns:
        RecipientEmailNotification
      • getEmailBody

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

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

        public PropertyMetadata getEmailBodyMetadata()
        Get emailBodyMetadata.
        Returns:
        emailBodyMetadata
      • setEmailBodyMetadata

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

        public RecipientEmailNotification emailSubject​(java.lang.String emailSubject)
        emailSubject.
        Returns:
        RecipientEmailNotification
      • getEmailSubject

        public java.lang.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​(java.lang.String emailSubject)
        setEmailSubject.
      • getEmailSubjectMetadata

        public PropertyMetadata getEmailSubjectMetadata()
        Get emailSubjectMetadata.
        Returns:
        emailSubjectMetadata
      • setEmailSubjectMetadata

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

        public RecipientEmailNotification supportedLanguage​(java.lang.String supportedLanguage)
        supportedLanguage.
        Returns:
        RecipientEmailNotification
      • getSupportedLanguage

        public java.lang.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​(java.lang.String supportedLanguage)
        setSupportedLanguage.
      • getSupportedLanguageMetadata

        public PropertyMetadata getSupportedLanguageMetadata()
        Get supportedLanguageMetadata.
        Returns:
        supportedLanguageMetadata
      • setSupportedLanguageMetadata

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

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

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

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