public final class GetUserSettingsResponse extends AutodiscoverResponse
Represents the response to a GetUsersSettings call for an individual user.
Constructor and Description |
---|
GetUserSettingsResponse()
Initializes a new instance of the
GetUserSettingsResponse class. |
Modifier and Type | Method and Description |
---|---|
String |
getRedirectTarget()
Gets the redirectionTarget (URL or email address)
|
com.aspose.ms.System.Collections.Generic.IGenericDictionary<Integer,Object> |
getSettings()
Gets the requested settings for the user.
|
String |
getSmtpAddress()
Gets the SMTP address this response applies to.
|
com.aspose.ms.System.Collections.ObjectModel.Collection<UserSettingError> |
getUserSettingErrors()
Gets error information for settings that could not be returned.
|
<T> T |
tryGetSettingValue(int setting)
Tries the get the user setting value.
|
getErrorCode, getErrorMessage
public GetUserSettingsResponse()
Initializes a new instance of the GetUserSettingsResponse
class.
public <T> T tryGetSettingValue(int setting)
Tries the get the user setting value.
setting
- The setting.value
- The setting value.
T
: Type of user setting.
public final String getSmtpAddress()
Gets the SMTP address this response applies to.
public final String getRedirectTarget()
Gets the redirectionTarget (URL or email address)
public final com.aspose.ms.System.Collections.Generic.IGenericDictionary<Integer,Object> getSettings()
Gets the requested settings for the user.
public final com.aspose.ms.System.Collections.ObjectModel.Collection<UserSettingError> getUserSettingErrors()
Gets error information for settings that could not be returned.