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