|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.autodiscover.AlternateMailboxCollection
public final class AlternateMailboxCollection
Represents a user setting that is a collection of alternate mailboxes.
| Constructor Summary | |
|---|---|
AlternateMailboxCollection()
Initializes a new instance of the class |
|
| Method Summary | |
|---|---|
List<AlternateMailbox> |
getEntries()
Gets the collection of alternate mailboxes. |
static AlternateMailboxCollection |
loadFromXml(EwsXmlReader reader)
Loads instance of AlternateMailboxCollection from XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlternateMailboxCollection()
| Method Detail |
|---|
public static AlternateMailboxCollection loadFromXml(EwsXmlReader reader)
throws Exception
reader - the reader
Exception - the exceptionpublic List<AlternateMailbox> getEntries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||