Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static InboxRulesetDto.ScopeEnum |
InboxRulesetDto.ScopeEnum.fromValue(String value) |
InboxRulesetDto.ScopeEnum |
InboxRulesetDto.getScope()
Get scope
|
InboxRulesetDto.ScopeEnum |
InboxRulesetDto.ScopeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InboxRulesetDto.ScopeEnum |
InboxRulesetDto.ScopeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboxRulesetDto.ScopeEnum[] |
InboxRulesetDto.ScopeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InboxRulesetDto |
InboxRulesetDto.scope(InboxRulesetDto.ScopeEnum scope) |
void |
InboxRulesetDto.setScope(InboxRulesetDto.ScopeEnum scope) |
void |
InboxRulesetDto.ScopeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InboxRulesetDto.ScopeEnum enumeration) |
Copyright © 2023. All rights reserved.