public final class WebClientUrl extends Object
Constructor and Description |
---|
WebClientUrl(String authenticationMethods,
String url)
Initializes a new instance of the WebClientUrl class.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationMethods()
Gets the authentication methods.
|
String |
getUrl()
Gets the URL.
|
protected static WebClientUrl |
loadFromXml(EwsXmlReader reader)
Loads WebClientUrl instance from XML.
|
protected void |
setAuthenticationMethods(String value)
Sets the authentication methods.
|
protected void |
setUrl(String value)
Sets the url.
|
public WebClientUrl(String authenticationMethods, String url)
authenticationMethods
- The authentication methods.url
- The URL.protected static WebClientUrl loadFromXml(EwsXmlReader reader) throws Exception
reader
- The reader.Exception
- the exceptionpublic String getAuthenticationMethods()
protected void setAuthenticationMethods(String value)
value
- the new authentication methodsCopyright © 2012–2015 Microsoft. All rights reserved.