Class ManagedFolderInformation
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
- microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
-
- All Implemented Interfaces:
ISelfValidate,ComplexFunctionDelegate<EwsServiceXmlReader>
public final class ManagedFolderInformation extends ComplexProperty
Represents information for a managed folder.
-
-
Constructor Summary
Constructors Constructor Description ManagedFolderInformation()Initializes a new instance of the ManagedFolderInformation class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCanDelete()Gets a value indicating whether the user can delete objects in the folder.BooleangetCanRenameOrMove()Gets a value indicating whether the user can rename or move objects in the folder.StringgetComment()Gets the comment associated with the folder.IntegergetFolderSize()Gets the size of the folder.BooleangetHasQuota()Gets a value indicating whether the folder has a quota.StringgetHomePage()Gets the home page associated with the folder.BooleangetIsManagedFoldersRoot()Gets a value indicating whether the folder is the root of the managed folder hierarchy.StringgetManagedFolderId()Gets the Managed Folder Id of the folder.BooleangetMustDisplayComment()Gets a value indicating whether the client application must display the Comment property to the user.IntegergetStorageQuota()Gets the storage quota of the folder.booleantryReadElementFromXml(EwsServiceXmlReader reader)Tries to read element from XML.-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml
-
-
-
-
Constructor Detail
-
ManagedFolderInformation
public ManagedFolderInformation()
Initializes a new instance of the ManagedFolderInformation class.
-
-
Method Detail
-
tryReadElementFromXml
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
Tries to read element from XML.- Overrides:
tryReadElementFromXmlin classComplexProperty- Parameters:
reader- the reader- Returns:
- True if element was read.
- Throws:
Exception- the exception
-
getCanDelete
public Boolean getCanDelete()
Gets a value indicating whether the user can delete objects in the folder.- Returns:
- the can delete
-
getCanRenameOrMove
public Boolean getCanRenameOrMove()
Gets a value indicating whether the user can rename or move objects in the folder.- Returns:
- the can rename or move
-
getMustDisplayComment
public Boolean getMustDisplayComment()
Gets a value indicating whether the client application must display the Comment property to the user.- Returns:
- the must display comment
-
getHasQuota
public Boolean getHasQuota()
Gets a value indicating whether the folder has a quota.- Returns:
- the checks for quota
-
getIsManagedFoldersRoot
public Boolean getIsManagedFoldersRoot()
Gets a value indicating whether the folder is the root of the managed folder hierarchy.- Returns:
- the checks if is managed folder root
-
getManagedFolderId
public String getManagedFolderId()
Gets the Managed Folder Id of the folder.- Returns:
- the managed folder id
-
getComment
public String getComment()
Gets the comment associated with the folder.- Returns:
- the comment
-
getStorageQuota
public Integer getStorageQuota()
Gets the storage quota of the folder.- Returns:
- the storage quota
-
getFolderSize
public Integer getFolderSize()
Gets the size of the folder.- Returns:
- the folder size
-
getHomePage
public String getHomePage()
Gets the home page associated with the folder.- Returns:
- the home page
-
-