@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class EmailPreviewUrls extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EmailPreviewUrls.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_PLAIN_HTML_BODY_URL |
static String |
SERIALIZED_NAME_RAW_SMTP_MESSAGE_URL |
Constructor and Description |
---|
EmailPreviewUrls() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static EmailPreviewUrls |
fromJson(String jsonString)
Create an instance of EmailPreviewUrls given an JSON string
|
String |
getPlainHtmlBodyUrl()
Get plainHtmlBodyUrl
|
String |
getRawSmtpMessageUrl()
Get rawSmtpMessageUrl
|
int |
hashCode() |
EmailPreviewUrls |
plainHtmlBodyUrl(String plainHtmlBodyUrl) |
EmailPreviewUrls |
rawSmtpMessageUrl(String rawSmtpMessageUrl) |
void |
setPlainHtmlBodyUrl(String plainHtmlBodyUrl) |
void |
setRawSmtpMessageUrl(String rawSmtpMessageUrl) |
String |
toJson()
Convert an instance of EmailPreviewUrls 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_RAW_SMTP_MESSAGE_URL
public static final String SERIALIZED_NAME_PLAIN_HTML_BODY_URL
public EmailPreviewUrls rawSmtpMessageUrl(String rawSmtpMessageUrl)
@Nonnull public String getRawSmtpMessageUrl()
public void setRawSmtpMessageUrl(String rawSmtpMessageUrl)
public EmailPreviewUrls plainHtmlBodyUrl(String plainHtmlBodyUrl)
@Nonnull public String getPlainHtmlBodyUrl()
public void setPlainHtmlBodyUrl(String plainHtmlBodyUrl)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to EmailPreviewUrlspublic static EmailPreviewUrls fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to EmailPreviewUrlspublic String toJson()
Copyright © 2023. All rights reserved.