| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static DomainSettingName |
DomainSettingName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DomainSettingName[] |
DomainSettingName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetDomainSettingsResponse |
AutodiscoverService.getDomainSettings(java.lang.String domain,
DomainSettingName settingName)
Gets the domain settings.
|
| Modifier and Type | Method and Description |
|---|---|
GetDomainSettingsResponse |
AutodiscoverService.getDomainSettings(java.util.List<java.lang.String> domains,
java.util.List<DomainSettingName> settingNames)
Gets the domain settings.
|
GetDomainSettingsResponse |
AutodiscoverService.getDomainSettings(java.lang.String domain,
java.util.List<DomainSettingName> settingNames)
Gets the domain settings.
|