@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-05T09:29:01.544Z") public class Body extends Object
| Constructor and Description |
|---|
Body() |
| Modifier and Type | Method and Description |
|---|---|
Body |
addPartsItem(BodyPart partsItem) |
boolean |
equals(Object o) |
List<BodyPart> |
getParts()
Get parts
|
String |
getSubject()
Default subject of email.
|
int |
hashCode() |
Body |
parts(List<BodyPart> parts) |
void |
setParts(List<BodyPart> parts) |
void |
setSubject(String subject) |
Body |
subject(String subject) |
String |
toString() |
Copyright © 2019. All rights reserved.