Class WebClientUrlCollection
- java.lang.Object
-
- 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
Constructors Constructor Description WebClientUrlCollection()Initializes a new instance of theWebClientUrlCollectionclass.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<WebClientUrl>getUrls()Gets the URLs.static WebClientUrlCollectionloadFromXml(EwsXmlReader reader)Loads instance of WebClientUrlCollection from XML.
-
-
-
Constructor Detail
-
WebClientUrlCollection
public WebClientUrlCollection()
Initializes a new instance of theWebClientUrlCollectionclass.
-
-
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
-
-