public class GetDomainSettingsResponse
extends java.lang.Object
| Constructor and Description |
|---|
GetDomainSettingsResponse()
Initializes a new instance of the GetDomainSettingsResponse class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DomainResponse> |
getDomainResponses()
Contains a connection of responses for each requested domain's settings.
|
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.
|
public GetDomainSettingsResponse()
public ErrorCode getErrorCode()
public java.lang.String getErrorMessage()
public java.util.List<DomainResponse> getDomainResponses()