Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static InboxRulesetDto.ActionEnum |
InboxRulesetDto.ActionEnum.fromValue(String value) |
InboxRulesetDto.ActionEnum |
InboxRulesetDto.getAction()
Get action
|
InboxRulesetDto.ActionEnum |
InboxRulesetDto.ActionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InboxRulesetDto.ActionEnum |
InboxRulesetDto.ActionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboxRulesetDto.ActionEnum[] |
InboxRulesetDto.ActionEnum.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.action(InboxRulesetDto.ActionEnum action) |
void |
InboxRulesetDto.setAction(InboxRulesetDto.ActionEnum action) |
void |
InboxRulesetDto.ActionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InboxRulesetDto.ActionEnum enumeration) |
Copyright © 2023. All rights reserved.