@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class BulkSendEmailOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BulkSendEmailOptions.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_INBOX_IDS |
static String |
SERIALIZED_NAME_SEND_EMAIL_OPTIONS |
Constructor and Description |
---|
BulkSendEmailOptions() |
Modifier and Type | Method and Description |
---|---|
BulkSendEmailOptions |
addInboxIdsItem(UUID inboxIdsItem) |
boolean |
equals(Object o) |
static BulkSendEmailOptions |
fromJson(String jsonString)
Create an instance of BulkSendEmailOptions given an JSON string
|
List<UUID> |
getInboxIds()
Inboxes to send the email from
|
SendEmailOptions |
getSendEmailOptions()
Get sendEmailOptions
|
int |
hashCode() |
BulkSendEmailOptions |
inboxIds(List<UUID> inboxIds) |
BulkSendEmailOptions |
sendEmailOptions(SendEmailOptions sendEmailOptions) |
void |
setInboxIds(List<UUID> inboxIds) |
void |
setSendEmailOptions(SendEmailOptions sendEmailOptions) |
String |
toJson()
Convert an instance of BulkSendEmailOptions 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_INBOX_IDS
public static final String SERIALIZED_NAME_SEND_EMAIL_OPTIONS
public BulkSendEmailOptions inboxIds(List<UUID> inboxIds)
public BulkSendEmailOptions addInboxIdsItem(UUID inboxIdsItem)
@Nonnull public List<UUID> getInboxIds()
public BulkSendEmailOptions sendEmailOptions(SendEmailOptions sendEmailOptions)
@Nonnull public SendEmailOptions getSendEmailOptions()
public void setSendEmailOptions(SendEmailOptions sendEmailOptions)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to BulkSendEmailOptionspublic static BulkSendEmailOptions fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to BulkSendEmailOptionspublic String toJson()
Copyright © 2023. All rights reserved.