public class DomainResponse
extends java.lang.Object
| Constructor and Description |
|---|
DomainResponse()
Initializes a new instance of the DomainResponse class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DomainSettingError> |
getDomainSettingErrors()
Gets error information for settings that could not be returned.
|
java.util.List<DomainSetting> |
getDomainSettings()
Gets the domain settings that were submitted in an Autodiscover request or returned by an Autodiscover response.
|
ErrorCode |
getErrorCode()
Gets the error code that is associated with the specific request.
|
java.lang.String |
getErrorMessage()
Gets the error message that is associated with the specific request.
|
java.lang.String |
getRedirectTarget()
Gets the target of the redirection.
|
public DomainResponse()
public ErrorCode getErrorCode()
public java.lang.String getErrorMessage()
public java.lang.String getRedirectTarget()
public java.util.List<DomainSettingError> getDomainSettingErrors()
public java.util.List<DomainSetting> getDomainSettings()