public static enum CreateInboxRulesetOptions.ScopeEnum extends Enum<CreateInboxRulesetOptions.ScopeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
CreateInboxRulesetOptions.ScopeEnum.Adapter |
Enum Constant and Description |
---|
RECEIVING_EMAILS |
SENDING_EMAILS |
Modifier and Type | Method and Description |
---|---|
static CreateInboxRulesetOptions.ScopeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CreateInboxRulesetOptions.ScopeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateInboxRulesetOptions.ScopeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateInboxRulesetOptions.ScopeEnum RECEIVING_EMAILS
public static final CreateInboxRulesetOptions.ScopeEnum SENDING_EMAILS
public static CreateInboxRulesetOptions.ScopeEnum[] values()
for (CreateInboxRulesetOptions.ScopeEnum c : CreateInboxRulesetOptions.ScopeEnum.values()) System.out.println(c);
public static CreateInboxRulesetOptions.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<CreateInboxRulesetOptions.ScopeEnum>
public static CreateInboxRulesetOptions.ScopeEnum fromValue(String value)
Copyright © 2023. All rights reserved.