|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.ManagedFolderInformation
public final class ManagedFolderInformation
Represents information for a managed folder.
| Constructor Summary | |
|---|---|
protected |
ManagedFolderInformation()
Initializes a new instance of the ManagedFolderInformation class. |
| Method Summary | |
|---|---|
Boolean |
getCanDelete()
* Gets a value indicating whether the user can delete objects in the folder. |
Boolean |
getCanRenameOrMove()
Gets a value indicating whether the user can rename or move objects in the folder. |
String |
getComment()
Gets the comment associated with the folder. |
Integer |
getFolderSize()
Gets the size of the folder. |
Boolean |
getHasQuota()
Gets a value indicating whether the folder has a quota. |
String |
getHomePage()
Gets the home page associated with the folder. |
Boolean |
getIsManagedFoldersRoot()
Gets a value indicating whether the folder is the root of the managed folder hierarchy. |
String |
getManagedFolderId()
Gets the Managed Folder Id of the folder. |
Boolean |
getMustDisplayComment()
Gets a value indicating whether the client application must display the Comment property to the user. |
Integer |
getStorageQuota()
Gets the storage quota of the folder. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Tries to read element from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ManagedFolderInformation()
| Method Detail |
|---|
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exceptionpublic Boolean getCanDelete()
public Boolean getCanRenameOrMove()
public Boolean getMustDisplayComment()
public Boolean getHasQuota()
public Boolean getIsManagedFoldersRoot()
public String getManagedFolderId()
public String getComment()
public Integer getStorageQuota()
public Integer getFolderSize()
public String getHomePage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||