public class UserResponse
extends java.lang.Object
| Constructor and Description |
|---|
UserResponse()
Initializes a new instance of the UserResponse class.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
getErrorCode()
Gets an error code that is returned by the Autodiscover service.
|
java.lang.String |
getErrorMessage()
Gets a message that is associated with an error code that is returned by the Autodiscover service.
|
java.lang.String |
getRedirectTarget()
Gets a target of the redirection (URL or email address).
|
java.util.List<UserSettingError> |
getUserSettingErrors()
Gets an error information for settings that could not be returned.
|
UserSettingList |
getUserSettings()
Gets a settings for the user.
|
public UserResponse()
public ErrorCode getErrorCode()
public java.lang.String getErrorMessage()
public java.lang.String getRedirectTarget()
public java.util.List<UserSettingError> getUserSettingErrors()
public UserSettingList getUserSettings()