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