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