Package org.openapitools.client.model
Class EmailContent
java.lang.Object
org.openapitools.client.model.EmailContent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class EmailContent
extends Object
EmailContent
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetBody()The email's HTML body.The email's 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 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
 
 -