public static enum InboxRulesetDto.ScopeEnum extends Enum<InboxRulesetDto.ScopeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
InboxRulesetDto.ScopeEnum.Adapter |
Enum Constant and Description |
---|
RECEIVING_EMAILS |
SENDING_EMAILS |
Modifier and Type | Method and Description |
---|---|
static InboxRulesetDto.ScopeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static InboxRulesetDto.ScopeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboxRulesetDto.ScopeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InboxRulesetDto.ScopeEnum RECEIVING_EMAILS
public static final InboxRulesetDto.ScopeEnum SENDING_EMAILS
public static InboxRulesetDto.ScopeEnum[] values()
for (InboxRulesetDto.ScopeEnum c : InboxRulesetDto.ScopeEnum.values()) System.out.println(c);
public static InboxRulesetDto.ScopeEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public String toString()
toString
in class Enum<InboxRulesetDto.ScopeEnum>
public static InboxRulesetDto.ScopeEnum fromValue(String value)
Copyright © 2023. All rights reserved.