microsoft.exchange.webservices.data
Class AlternateMailboxCollection

java.lang.Object
  extended by microsoft.exchange.webservices.data.AlternateMailboxCollection

public final class AlternateMailboxCollection
extends java.lang.Object

Represents a user setting that is a collection of alternate mailboxes.


Constructor Summary
protected AlternateMailboxCollection()
          Initializes a new instance of the class
 
Method Summary
 java.util.List<AlternateMailbox> getEntries()
          Gets the collection of alternate mailboxes.
protected static AlternateMailboxCollection loadFromXml(microsoft.exchange.webservices.data.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

AlternateMailboxCollection

protected AlternateMailboxCollection()
Initializes a new instance of the class

Method Detail

loadFromXml

protected static AlternateMailboxCollection loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
                                                 throws java.lang.Exception
Loads instance of AlternateMailboxCollection from XML.

Parameters:
reader - the reader
Returns:
AlternateMailboxCollection
Throws:
java.lang.Exception - the exception

getEntries

public java.util.List<AlternateMailbox> getEntries()
Gets the collection of alternate mailboxes.