public enum DomainSettingName extends java.lang.Enum<DomainSettingName>
| Enum Constant and Description |
|---|
EXTERNAL_EWS_URL
The external URL of Exchange Web Services.
|
EXTERNAL_EWS_VERSION
The version of Exchange Web Services.
|
| Modifier and Type | Method and Description |
|---|---|
static DomainSettingName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DomainSettingName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainSettingName EXTERNAL_EWS_URL
public static final DomainSettingName EXTERNAL_EWS_VERSION
public static DomainSettingName[] values()
for (DomainSettingName c : DomainSettingName.values()) System.out.println(c);
public static DomainSettingName 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