@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class TestNewInboxRulesetOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestNewInboxRulesetOptions.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CREATE_INBOX_RULESET_OPTIONS |
static String |
SERIALIZED_NAME_INBOX_RULESET_TEST_OPTIONS |
Constructor and Description |
---|
TestNewInboxRulesetOptions() |
Modifier and Type | Method and Description |
---|---|
TestNewInboxRulesetOptions |
createInboxRulesetOptions(CreateInboxRulesetOptions createInboxRulesetOptions) |
boolean |
equals(Object o) |
static TestNewInboxRulesetOptions |
fromJson(String jsonString)
Create an instance of TestNewInboxRulesetOptions given an JSON string
|
CreateInboxRulesetOptions |
getCreateInboxRulesetOptions()
Get createInboxRulesetOptions
|
InboxRulesetTestOptions |
getInboxRulesetTestOptions()
Get inboxRulesetTestOptions
|
int |
hashCode() |
TestNewInboxRulesetOptions |
inboxRulesetTestOptions(InboxRulesetTestOptions inboxRulesetTestOptions) |
void |
setCreateInboxRulesetOptions(CreateInboxRulesetOptions createInboxRulesetOptions) |
void |
setInboxRulesetTestOptions(InboxRulesetTestOptions inboxRulesetTestOptions) |
String |
toJson()
Convert an instance of TestNewInboxRulesetOptions 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_RULESET_TEST_OPTIONS
public static final String SERIALIZED_NAME_CREATE_INBOX_RULESET_OPTIONS
public TestNewInboxRulesetOptions inboxRulesetTestOptions(InboxRulesetTestOptions inboxRulesetTestOptions)
@Nonnull public InboxRulesetTestOptions getInboxRulesetTestOptions()
public void setInboxRulesetTestOptions(InboxRulesetTestOptions inboxRulesetTestOptions)
public TestNewInboxRulesetOptions createInboxRulesetOptions(CreateInboxRulesetOptions createInboxRulesetOptions)
@Nonnull public CreateInboxRulesetOptions getCreateInboxRulesetOptions()
public void setCreateInboxRulesetOptions(CreateInboxRulesetOptions createInboxRulesetOptions)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to TestNewInboxRulesetOptionspublic static TestNewInboxRulesetOptions fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to TestNewInboxRulesetOptionspublic String toJson()
Copyright © 2023. All rights reserved.