public enum DomainSettingName extends Enum<DomainSettingName>
| Enum Constant and Description |
|---|
ExternalEwsUrl
The External ews url.
|
ExternalEwsVersion
The External ews version.
|
| Modifier and Type | Method and Description |
|---|---|
static DomainSettingName |
valueOf(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 ExternalEwsUrl
public static final DomainSettingName ExternalEwsVersion
public static DomainSettingName[] values()
for (DomainSettingName c : DomainSettingName.values()) System.out.println(c);
public static DomainSettingName 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 nullCopyright © 2012–2015 Microsoft. All rights reserved.