@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ReplyToAliasEmailOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReplyToAliasEmailOptions.CustomTypeAdapterFactory |
static class |
ReplyToAliasEmailOptions.SendStrategyEnum
How an email should be sent based on its recipients
|
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ATTACHMENTS |
static String |
SERIALIZED_NAME_BODY |
static String |
SERIALIZED_NAME_CHARSET |
static String |
SERIALIZED_NAME_HTML |
static String |
SERIALIZED_NAME_IS_H_T_M_L |
static String |
SERIALIZED_NAME_SEND_STRATEGY |
static String |
SERIALIZED_NAME_TEMPLATE |
static String |
SERIALIZED_NAME_TEMPLATE_VARIABLES |
static String |
SERIALIZED_NAME_USE_INBOX_NAME |
Constructor and Description |
---|
ReplyToAliasEmailOptions() |
Modifier and Type | Method and Description |
---|---|
ReplyToAliasEmailOptions |
addAttachmentsItem(String attachmentsItem) |
ReplyToAliasEmailOptions |
attachments(List<String> attachments) |
ReplyToAliasEmailOptions |
body(String body) |
ReplyToAliasEmailOptions |
charset(String charset) |
boolean |
equals(Object o) |
static ReplyToAliasEmailOptions |
fromJson(String jsonString)
Create an instance of ReplyToAliasEmailOptions given an JSON string
|
List<String> |
getAttachments()
List of uploaded attachments to send with the reply.
|
String |
getBody()
Body of the reply email you want to send
|
String |
getCharset()
The charset that your message should be sent with.
|
Boolean |
getHtml()
Get html
|
Boolean |
getIsHTML()
Is the reply HTML
|
ReplyToAliasEmailOptions.SendStrategyEnum |
getSendStrategy()
How an email should be sent based on its recipients
|
UUID |
getTemplate()
Template ID to use instead of body.
|
Map<String,Object> |
getTemplateVariables()
Template variables if using a template
|
Boolean |
getUseInboxName()
Optionally use inbox name as display name for sender email address
|
int |
hashCode() |
ReplyToAliasEmailOptions |
html(Boolean html) |
ReplyToAliasEmailOptions |
isHTML(Boolean isHTML) |
ReplyToAliasEmailOptions |
putTemplateVariablesItem(String key,
Object templateVariablesItem) |
ReplyToAliasEmailOptions |
sendStrategy(ReplyToAliasEmailOptions.SendStrategyEnum sendStrategy) |
void |
setAttachments(List<String> attachments) |
void |
setBody(String body) |
void |
setCharset(String charset) |
void |
setHtml(Boolean html) |
void |
setIsHTML(Boolean isHTML) |
void |
setSendStrategy(ReplyToAliasEmailOptions.SendStrategyEnum sendStrategy) |
void |
setTemplate(UUID template) |
void |
setTemplateVariables(Map<String,Object> templateVariables) |
void |
setUseInboxName(Boolean useInboxName) |
ReplyToAliasEmailOptions |
template(UUID template) |
ReplyToAliasEmailOptions |
templateVariables(Map<String,Object> templateVariables) |
String |
toJson()
Convert an instance of ReplyToAliasEmailOptions to an JSON string
|
String |
toString() |
ReplyToAliasEmailOptions |
useInboxName(Boolean useInboxName) |
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_BODY
public static final String SERIALIZED_NAME_IS_H_T_M_L
public static final String SERIALIZED_NAME_CHARSET
public static final String SERIALIZED_NAME_ATTACHMENTS
public static final String SERIALIZED_NAME_TEMPLATE_VARIABLES
public static final String SERIALIZED_NAME_TEMPLATE
public static final String SERIALIZED_NAME_SEND_STRATEGY
public static final String SERIALIZED_NAME_USE_INBOX_NAME
public static final String SERIALIZED_NAME_HTML
public ReplyToAliasEmailOptions body(String body)
public void setBody(String body)
public ReplyToAliasEmailOptions isHTML(Boolean isHTML)
public void setIsHTML(Boolean isHTML)
public ReplyToAliasEmailOptions charset(String charset)
@Nullable public String getCharset()
public void setCharset(String charset)
public ReplyToAliasEmailOptions attachments(List<String> attachments)
public ReplyToAliasEmailOptions addAttachmentsItem(String attachmentsItem)
@Nullable public List<String> getAttachments()
public ReplyToAliasEmailOptions templateVariables(Map<String,Object> templateVariables)
public ReplyToAliasEmailOptions putTemplateVariablesItem(String key, Object templateVariablesItem)
@Nullable public Map<String,Object> getTemplateVariables()
public ReplyToAliasEmailOptions template(UUID template)
@Nullable public UUID getTemplate()
public void setTemplate(UUID template)
public ReplyToAliasEmailOptions sendStrategy(ReplyToAliasEmailOptions.SendStrategyEnum sendStrategy)
@Nullable public ReplyToAliasEmailOptions.SendStrategyEnum getSendStrategy()
public void setSendStrategy(ReplyToAliasEmailOptions.SendStrategyEnum sendStrategy)
public ReplyToAliasEmailOptions useInboxName(Boolean useInboxName)
@Nullable public Boolean getUseInboxName()
public void setUseInboxName(Boolean useInboxName)
public ReplyToAliasEmailOptions html(Boolean html)
public void setHtml(Boolean html)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to ReplyToAliasEmailOptionspublic static ReplyToAliasEmailOptions fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to ReplyToAliasEmailOptionspublic String toJson()
Copyright © 2023. All rights reserved.