@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class EmailContent extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_BODY  | 
static String | 
JSON_PROPERTY_SUBJECT  | 
| Constructor and Description | 
|---|
EmailContent()  | 
| Modifier and Type | Method and Description | 
|---|---|
EmailContent | 
body(String body)  | 
boolean | 
equals(Object o)  | 
String | 
getBody()
The email's HTML body. 
 | 
String | 
getSubject()
The email's subject. 
 | 
int | 
hashCode()  | 
void | 
setBody(String body)  | 
void | 
setSubject(String subject)  | 
EmailContent | 
subject(String subject)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_BODY
public static final String JSON_PROPERTY_SUBJECT
public EmailContent body(String body)
@Nonnull public String getBody()
public void setBody(String body)
public EmailContent subject(String subject)
@Nonnull public String getSubject()
public void setSubject(String subject)
Copyright © 2017–2023 Okta. All rights reserved.