public class GetFederationInformationResponse
extends java.lang.Object
| Constructor and Description |
|---|
GetFederationInformationResponse()
Initializes a new instance of the GetFederationInformationResponse class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationUri()
Defines the location of an application.
|
java.util.List<java.lang.String> |
getDomains()
Gets the domain collection the configurations for which are returned in a GetDomainSettings Operation (SOAP), or the domains that the organization has federated in a GetFederationInformation Operation (SOAP).
|
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 GetFederationInformationResponse()
public ErrorCode getErrorCode()
public java.lang.String getErrorMessage()
public java.lang.String getApplicationUri()
public java.util.List<java.lang.String> getDomains()