public static enum MessageSenderSettings.SettingType extends java.lang.Enum<MessageSenderSettings.SettingType>
| Enum Constant and Description |
|---|
BOTH
デフォルト設定と個別設定の両方
|
DEFAULT_ONLY
デフォルト設定のみ
|
REQUEST_ID_ONLY
個別設定のみ
|
| Modifier and Type | Method and Description |
|---|---|
static MessageSenderSettings.SettingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageSenderSettings.SettingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageSenderSettings.SettingType DEFAULT_ONLY
public static final MessageSenderSettings.SettingType REQUEST_ID_ONLY
public static final MessageSenderSettings.SettingType BOTH
public static MessageSenderSettings.SettingType[] values()
for (MessageSenderSettings.SettingType c : MessageSenderSettings.SettingType.values()) System.out.println(c);
public static MessageSenderSettings.SettingType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null