|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.AlternateMailbox
public final class AlternateMailbox
Defines the AlternateMailbox class.
| Method Summary | |
|---|---|
String |
getDisplayName()
Gets the alternate mailbox display name. |
String |
getLegacyDN()
Gets the alternate mailbox legacy DN. |
String |
getServer()
Gets the alernate mailbox server. |
String |
getType()
Gets the alternate mailbox type. |
protected static AlternateMailbox |
loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
PLoads AlternateMailbox instance from XML. |
protected void |
setDisplayName(String displayName)
Sets the display name. |
protected void |
setLegacyDN(String legacyDN)
Sets the legacy dn. |
protected void |
setServer(String server)
Sets the server. |
protected void |
setType(String type)
Sets the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static AlternateMailbox loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
throws Exception
reader - the reader
Exception - the exceptionpublic String getType()
protected void setType(String type)
type - the new typepublic String getDisplayName()
protected void setDisplayName(String displayName)
displayName - the new display namepublic String getLegacyDN()
protected void setLegacyDN(String legacyDN)
legacyDN - the new legacy dnpublic String getServer()
protected void setServer(String server)
server - the new server
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||