|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.WebClientUrl
public final class WebClientUrl
Represents the URL of the Exchange web client.
Constructor Summary | |
---|---|
protected |
WebClientUrl(java.lang.String authenticationMethods,
java.lang.String url)
Initializes a new instance of the WebClientUrl class. |
Method Summary | |
---|---|
java.lang.String |
getAuthenticationMethods()
Gets the authentication methods. |
java.lang.String |
getUrl()
Gets the URL. |
protected static WebClientUrl |
loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
Loads WebClientUrl instance from XML. |
protected void |
setAuthenticationMethods(java.lang.String value)
Sets the authentication methods. |
protected void |
setUrl(java.lang.String value)
Sets the url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WebClientUrl(java.lang.String authenticationMethods, java.lang.String url)
authenticationMethods
- The authentication methods.url
- The URL.Method Detail |
---|
protected static WebClientUrl loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader) throws java.lang.Exception
reader
- The reader.
java.lang.Exception
- the exceptionpublic java.lang.String getAuthenticationMethods()
protected void setAuthenticationMethods(java.lang.String value)
value
- the new authentication methodspublic java.lang.String getUrl()
protected void setUrl(java.lang.String value)
value
- the new url
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |