@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class EmailLinksResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EmailLinksResult.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_BODY |
static String |
SERIALIZED_NAME_LINKS |
Constructor and Description |
---|
EmailLinksResult() |
Modifier and Type | Method and Description |
---|---|
EmailLinksResult |
addLinksItem(String linksItem) |
EmailLinksResult |
body(String body) |
boolean |
equals(Object o) |
static EmailLinksResult |
fromJson(String jsonString)
Create an instance of EmailLinksResult given an JSON string
|
String |
getBody()
Get body
|
List<String> |
getLinks()
Get links
|
int |
hashCode() |
EmailLinksResult |
links(List<String> links) |
void |
setBody(String body) |
void |
setLinks(List<String> links) |
String |
toJson()
Convert an instance of EmailLinksResult 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_LINKS
public static final String SERIALIZED_NAME_BODY
public EmailLinksResult links(List<String> links)
public EmailLinksResult addLinksItem(String linksItem)
public EmailLinksResult 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 EmailLinksResultpublic static EmailLinksResult fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to EmailLinksResultpublic String toJson()
Copyright © 2023. All rights reserved.