@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class SendReportEmail extends Object
| Constructor and Description |
|---|
SendReportEmail() |
| Modifier and Type | Method and Description |
|---|---|
SendReportEmail |
addToItem(String toItem) |
SendReportEmail |
body(String body) |
boolean |
equals(Object o) |
String |
getBody()
Custom text message to be presented in the report email.
|
List<String> |
getTo()
Email addresses of the recipients
|
int |
hashCode() |
void |
setBody(String body) |
void |
setTo(List<String> to) |
SendReportEmail |
to(List<String> to) |
String |
toString() |
public SendReportEmail to(List<String> to)
public SendReportEmail addToItem(String toItem)
public SendReportEmail body(String body)
public String getBody()
public void setBody(String body)
Copyright © 2021. All rights reserved.