|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.AutodiscoverResponse
microsoft.exchange.webservices.data.GetDomainSettingsResponse
public final class GetDomainSettingsResponse
Represents the response to a GetDomainSettings call for an individual domain.
| Constructor Summary | |
|---|---|
GetDomainSettingsResponse()
Initializes a new instance of the |
|
| Method Summary | |
|---|---|
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(microsoft.exchange.webservices.data.EwsXmlReader reader)
Loads from XML. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader,
String endElementName)
Loads response from XML. |
protected void |
setDomain(String value)
Sets the domain. |
| Methods inherited from class microsoft.exchange.webservices.data.AutodiscoverResponse |
|---|
getErrorCode, getErrorMessage, getRedirectionUrl, setErrorCode, setErrorMessage, setRedirectionUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetDomainSettingsResponse()
| Method Detail |
|---|
public String getDomain()
protected void setDomain(String value)
value - the new domainpublic String getRedirectTarget()
public Map<DomainSettingName,Object> getSettings()
public Collection<DomainSettingError> getDomainSettingErrors()
protected void loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader,
String endElementName)
throws Exception
loadFromXml in class AutodiscoverResponsereader - The reader.endElementName - End element name.
Exception - the exception
protected void loadDomainSettingsFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
throws Exception
reader - The reader.
Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||