public class GetUserSettingsResponse
extends java.lang.Object
| Constructor and Description |
|---|
GetUserSettingsResponse()
Initializes a new instance of the GetUserSettingsResponse 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.util.List<UserResponse> |
getUserResponses()
Gets a collection of user responses.
|
public GetUserSettingsResponse()
public ErrorCode getErrorCode()
public java.lang.String getErrorMessage()
public java.util.List<UserResponse> getUserResponses()