public class Account
extends java.lang.Object
| Constructor and Description |
|---|
Account()
Initializes a new instance of the Account class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
Gets information that is used to determine whether another Autodiscover request is required to return the user configuration information.
|
ExchangeProtocol |
getExchangeProtocol()
Gets the specifications for connecting a client to the Client Access server.
|
ExchangeProxyProtocol |
getExchangeProxyProtocol()
Gets protocol that is used to connect to the server is Exchange RPC over HTTP, using an RPC proxy server.
|
java.lang.String |
getImagePath()
Gets the path of an image that is used to brand the configuration experience.
|
java.lang.String |
getRedirectEmailAddress()
Gets the e-mail address that should be used for a subsequent Autodiscover request.
|
java.lang.String |
getRedirectUrl()
Gets the URL of the computer that is running Microsoft Exchange Server that has the Client Access server role installed that should be used to obtain Autodiscover settings.
|
java.lang.String |
getServiceHomeUrl()
Gets the URL of the home page of the Internet service provider (ISP).
|
java.lang.String |
getType()
Gets the account type.
|
WebProtocol |
getWebProtocol()
Gets the web protocol.
|
public java.lang.String getType()
public java.lang.String getAction()
public java.lang.String getRedirectUrl()
public java.lang.String getRedirectEmailAddress()
public java.lang.String getImagePath()
public java.lang.String getServiceHomeUrl()
public ExchangeProtocol getExchangeProtocol()
public ExchangeProxyProtocol getExchangeProxyProtocol()
public WebProtocol getWebProtocol()