Class WebClientUrl
- java.lang.Object
-
- microsoft.exchange.webservices.data.autodiscover.WebClientUrl
-
public final class WebClientUrl extends Object
Represents the URL of the Exchange web client.
-
-
Constructor Summary
Constructors Constructor Description WebClientUrl(String authenticationMethods, String url)Initializes a new instance of the WebClientUrl class.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthenticationMethods()Gets the authentication methods.StringgetUrl()Gets the URL.protected static WebClientUrlloadFromXml(EwsXmlReader reader)Loads WebClientUrl instance from XML.protected voidsetAuthenticationMethods(String value)Sets the authentication methods.protected voidsetUrl(String value)Sets the url.
-
-
-
Constructor Detail
-
WebClientUrl
public WebClientUrl(String authenticationMethods, String url)
Initializes a new instance of the WebClientUrl class.- Parameters:
authenticationMethods- The authentication methods.url- The URL.
-
-
Method Detail
-
loadFromXml
protected static WebClientUrl loadFromXml(EwsXmlReader reader) throws Exception
Loads WebClientUrl instance from XML.- Parameters:
reader- The reader.- Returns:
- WebClientUrl.
- Throws:
Exception- the exception
-
getAuthenticationMethods
public String getAuthenticationMethods()
Gets the authentication methods.- Returns:
- the authentication methods
-
setAuthenticationMethods
protected void setAuthenticationMethods(String value)
Sets the authentication methods.- Parameters:
value- the new authentication methods
-
-