public final class WebClientUrlCollection extends Object
| Constructor and Description |
|---|
WebClientUrlCollection()
Initializes a new instance of the
WebClientUrlCollection class. |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<WebClientUrl> |
getUrls()
Gets the URLs.
|
static WebClientUrlCollection |
loadFromXml(EwsXmlReader reader)
Loads instance of WebClientUrlCollection from XML.
|
public WebClientUrlCollection()
WebClientUrlCollection class.public static WebClientUrlCollection loadFromXml(EwsXmlReader reader) throws Exception
reader - The reader.Exception - the exceptionpublic ArrayList<WebClientUrl> getUrls()
Copyright © 2012–2015 Microsoft. All rights reserved.