|
|||||||||
| 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.GetUserSettingsResponse
public final class GetUserSettingsResponse
Represents the response to a GetUsersSettings call for an individual user.
| Constructor Summary | |
|---|---|
GetUserSettingsResponse()
Initializes a new instance of the |
|
| Method Summary | ||
|---|---|---|
String |
getRedirectTarget()
Gets the redirectionTarget (URL or email address). |
|
Map<UserSettingName,Object> |
getSettings()
Gets the requested settings for the user. |
|
String |
getSmtpAddress()
Gets the SMTP address this response applies to. |
|
Collection<UserSettingError> |
getUserSettingErrors()
Gets error information for settings that could not be returned. |
|
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader,
String endElementName)
Loads response from XML. |
|
protected void |
loadUserSettingsFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
Loads from XML. |
|
protected void |
setRedirectTarget(String value)
Sets the redirectionTarget (URL or email address). |
|
void |
setSettings(Map<UserSettingName,Object> settings)
sets the requested settings for the user. |
|
protected void |
setSmtpAddress(String value)
Sets the smtp address. |
|
protected void |
setUserSettingErrors(Collection<UserSettingError> value)
sets the requested settings for the user. |
|
|
tryGetSettingValue(Class<T> cls,
UserSettingName setting,
OutParam<T> value)
Tries the get the user setting value. |
|
| 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 GetUserSettingsResponse()
| Method Detail |
|---|
public <T> boolean tryGetSettingValue(Class<T> cls,
UserSettingName setting,
OutParam<T> value)
cls - Type of user setting.setting - The setting.value - The setting value.
public String getSmtpAddress()
protected void setSmtpAddress(String value)
value - the new smtp addresspublic String getRedirectTarget()
protected void setRedirectTarget(String value)
public Map<UserSettingName,Object> getSettings()
public void setSettings(Map<UserSettingName,Object> settings)
public Collection<UserSettingError> getUserSettingErrors()
protected void setUserSettingErrors(Collection<UserSettingError> value)
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 loadUserSettingsFromXml(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 | ||||||||