Package com.okta.sdk.resource.model
Class EmailContent
java.lang.Object
com.okta.sdk.resource.model.EmailContent
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class EmailContent
extends Object
implements Serializable
EmailContent
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetBody()The HTML body of the email.The email subject.inthashCode()voidvoidsetSubject(String subject) toString() 
- 
Field Details
- 
JSON_PROPERTY_BODY
- See Also:
 
 - 
JSON_PROPERTY_SUBJECT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
EmailContent
public EmailContent() 
 - 
 - 
Method Details
- 
body
 - 
getBody
The HTML body of the email. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references). <x-lifecycle class=\"ea\"></x-lifecycle> Not required if Custom languages for Okta Email Templates is enabled. A `null` body is replaced with a default value from one of the following in priority order: 1. An existing default email customization, if one exists 2. Okta-provided translated content for the specified language, if one exists 3. Okta-provided translated content for the brand locale, if it's set 4. Okta-provided content in English- Returns:
 - body
 
 - 
setBody
 - 
subject
 - 
getSubject
The email subject. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references). <x-lifecycle class=\"ea\"></x-lifecycle> Not required if Custom languages for Okta Email Templates is enabled. A `null` subject is replaced with a default value from one of the following in priority order: 1. An existing default email customization, if one exists 2. Okta-provided translated content for the specified language, if one exists 3. Okta-provided translated content for the brand locale, if it's set 4. Okta-provided content in English- Returns:
 - subject
 
 - 
setSubject
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -