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