@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class EmailTextLinesResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EmailTextLinesResult.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
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) |
static EmailTextLinesResult |
fromJson(String jsonString)
Create an instance of EmailTextLinesResult given an JSON string
|
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 |
toJson()
Convert an instance of EmailTextLinesResult to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_LINES
public static final String SERIALIZED_NAME_BODY
public EmailTextLinesResult lines(List<String> lines)
public EmailTextLinesResult addLinesItem(String linesItem)
public EmailTextLinesResult body(String body)
public void setBody(String body)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to EmailTextLinesResultpublic static EmailTextLinesResult fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to EmailTextLinesResultpublic String toJson()
Copyright © 2023. All rights reserved.