microsoft.exchange.webservices.data
Class WebClientUrlCollection

java.lang.Object
  extended by microsoft.exchange.webservices.data.WebClientUrlCollection

public final class WebClientUrlCollection
extends java.lang.Object

Represents a user setting that is a collection of Exchange web client URLs.


Constructor Summary
protected WebClientUrlCollection()
          Initializes a new instance of the class.
 
Method Summary
 java.util.ArrayList<WebClientUrl> getUrls()
          Gets the URLs.
protected static WebClientUrlCollection loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
          Loads instance of WebClientUrlCollection from XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebClientUrlCollection

protected WebClientUrlCollection()
Initializes a new instance of the class.

Method Detail

loadFromXml

protected static WebClientUrlCollection loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
                                             throws java.lang.Exception
Loads instance of WebClientUrlCollection from XML.

Parameters:
reader - The reader.
Returns:
the web client url collection
Throws:
java.lang.Exception - the exception

getUrls

public java.util.ArrayList<WebClientUrl> getUrls()
Gets the URLs.

Returns:
the urls