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