@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class EmailTextLinesResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BODY |
static String |
SERIALIZED_NAME_LINES |
| Constructor and Description |
|---|
EmailTextLinesResult() |
| Modifier and Type | Method and Description |
|---|---|
EmailTextLinesResult |
addLinesItem(String linesItem) |
EmailTextLinesResult |
body(String body) |
boolean |
equals(Object o) |
String |
getBody()
Get body
|
List<String> |
getLines()
Get lines
|
int |
hashCode() |
EmailTextLinesResult |
lines(List<String> lines) |
void |
setBody(String body) |
void |
setLines(List<String> lines) |
String |
toString() |
public static final String SERIALIZED_NAME_BODY
public static final String SERIALIZED_NAME_LINES
public EmailTextLinesResult body(String body)
public String getBody()
public void setBody(String body)
public EmailTextLinesResult lines(List<String> lines)
public EmailTextLinesResult addLinesItem(String linesItem)
Copyright © 2021. All rights reserved.