microsoft.exchange.webservices.data.autodiscover
Class WebClientUrlCollection

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

public final class WebClientUrlCollection
extends Object

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


Constructor Summary
WebClientUrlCollection()
          Initializes a new instance of the WebClientUrlCollection class.
 
Method Summary
 ArrayList<WebClientUrl> getUrls()
          Gets the URLs.
static WebClientUrlCollection loadFromXml(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

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

Method Detail

loadFromXml

public static WebClientUrlCollection loadFromXml(EwsXmlReader reader)
                                          throws Exception
Loads instance of WebClientUrlCollection from XML.

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

getUrls

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

Returns:
the urls


Copyright © 2012–2015 Microsoft. All rights reserved.