microsoft.exchange.webservices.data.autodiscover
Class AlternateMailboxCollection

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

public final class AlternateMailboxCollection
extends Object

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

AlternateMailboxCollection

public AlternateMailboxCollection()
Initializes a new instance of the class

Method Detail

loadFromXml

public static AlternateMailboxCollection loadFromXml(EwsXmlReader reader)
                                              throws Exception
Loads instance of AlternateMailboxCollection from XML.

Parameters:
reader - the reader
Returns:
AlternateMailboxCollection
Throws:
Exception - the exception

getEntries

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

Returns:
alternate mailboxes


Copyright © 2012–2015 Microsoft. All rights reserved.