Modifier and Type | Method and Description |
---|---|
GetDomainSettingsResponseCollection |
AutodiscoverService.getDomainSettings(Iterable<String> domains,
ExchangeVersion requestedVersion,
DomainSettingName... domainSettingNames)
Retrieves the specified settings for a set of domains.
|
GetDomainSettingsResponse |
AutodiscoverService.getDomainSettings(String domain,
ExchangeVersion requestedVersion,
DomainSettingName... domainSettingNames)
Retrieves the specified settings for a domain.
|
Modifier and Type | Method and Description |
---|---|
protected GetDomainSettingsResponseCollection |
AutodiscoverService.getDomainSettings(List<String> domains,
List<DomainSettingName> settings,
ExchangeVersion requestedVersion)
Gets the domain settings using Autodiscover SOAP service.
|
Modifier and Type | Method and Description |
---|---|
static DomainSettingName |
DomainSettingName.valueOf(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 |
---|---|
protected List<DomainSettingName> |
GetDomainSettingsRequest.getSettings()
Gets or sets the settings.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDomainSettingsRequest.setSettings(List<DomainSettingName> value)
Sets the settings.
|
Modifier and Type | Method and Description |
---|---|
Map<DomainSettingName,Object> |
GetDomainSettingsResponse.getSettings()
Gets the requested settings for the domain.
|
Copyright © 2012–2015 Microsoft. All rights reserved.