public final class GetDomainSettingsResponse extends AutodiscoverResponse
Constructor and Description |
---|
GetDomainSettingsResponse()
Initializes a new instance of the
GetDomainSettingsResponse class. |
Modifier and Type | Method and Description |
---|---|
String |
getDomain()
Gets the domain this response applies to.
|
Collection<DomainSettingError> |
getDomainSettingErrors()
Gets error information for settings that could not be returned.
|
String |
getRedirectTarget()
Gets the redirectionTarget (URL or email address).
|
Map<DomainSettingName,Object> |
getSettings()
Gets the requested settings for the domain.
|
protected void |
loadDomainSettingsFromXml(EwsXmlReader reader)
Loads from XML.
|
void |
loadFromXml(EwsXmlReader reader,
String endElementName)
Loads response from XML.
|
void |
setDomain(String value)
Sets the domain.
|
getErrorCode, getErrorMessage, getRedirectionUrl, setErrorCode, setErrorMessage, setRedirectionUrl
public GetDomainSettingsResponse()
GetDomainSettingsResponse
class.public String getRedirectTarget()
public Map<DomainSettingName,Object> getSettings()
public Collection<DomainSettingError> getDomainSettingErrors()
public void loadFromXml(EwsXmlReader reader, String endElementName) throws Exception
loadFromXml
in class AutodiscoverResponse
reader
- The reader.endElementName
- End element name.Exception
- the exceptionprotected void loadDomainSettingsFromXml(EwsXmlReader reader) throws Exception
reader
- The reader.Exception
- the exceptionCopyright © 2012–2015 Microsoft. All rights reserved.