@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-06T00:35:57.043Z") public class EmailTemplateUpdate extends Object
| Constructor and Description |
|---|
EmailTemplateUpdate() |
| Modifier and Type | Method and Description |
|---|---|
EmailTemplateUpdate |
body(String body) |
boolean |
equals(Object o) |
String |
getBody()
Your template body.
|
String |
getTemplateName()
The intended name for the template.
|
int |
hashCode() |
void |
setBody(String body) |
void |
setTemplateName(String templateName) |
EmailTemplateUpdate |
templateName(String templateName) |
String |
toString() |
public EmailTemplateUpdate templateName(String templateName)
public String getTemplateName()
public void setTemplateName(String templateName)
public EmailTemplateUpdate body(String body)
public String getBody()
public void setBody(String body)
Copyright © 2019. All rights reserved.