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-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class EmailContent
extends Object
implements Serializable
EmailContent
- See Also:
-
Field Details
-
JSON_PROPERTY_BODY
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
-
Constructor Details
-
EmailContent
public EmailContent()
-
-
Method Details
-
body
-
getBody
The email's HTML body. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references).- Returns:
- body
-
setBody
-
subject
-
getSubject
The email's subject. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references).- Returns:
- subject
-
setSubject
-
equals
-
hashCode
public int hashCode() -
toString
-