|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.WebClientUrlCollection
public final class WebClientUrlCollection
Represents a user setting that is a collection of Exchange web client URLs.
Constructor Summary | |
---|---|
protected |
WebClientUrlCollection()
Initializes a new instance of the |
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 |
---|
protected WebClientUrlCollection()
Method Detail |
---|
protected static WebClientUrlCollection loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader) throws java.lang.Exception
reader
- The reader.
java.lang.Exception
- the exceptionpublic java.util.ArrayList<WebClientUrl> getUrls()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |