public final class ManagedFolderInformation extends ComplexProperty
Constructor and Description |
---|
ManagedFolderInformation()
Initializes a new instance of the ManagedFolderInformation class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml
public ManagedFolderInformation()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the readerException
- 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()
Copyright © 2012–2015 Microsoft. All rights reserved.