|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.autodiscover.WebClientUrlCollection
public final class WebClientUrlCollection
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 |
|---|
public WebClientUrlCollection()
WebClientUrlCollection class.
| Method Detail |
|---|
public static WebClientUrlCollection loadFromXml(EwsXmlReader reader)
throws Exception
reader - The reader.
Exception - the exceptionpublic ArrayList<WebClientUrl> getUrls()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||