microsoft.exchange.webservices.data
Class ManagedFolderInformation

java.lang.Object
  extended by microsoft.exchange.webservices.data.ComplexProperty
      extended by microsoft.exchange.webservices.data.ManagedFolderInformation

public final class ManagedFolderInformation
extends ComplexProperty

Represents information for a managed folder.


Constructor Summary
protected ManagedFolderInformation()
          Initializes a new instance of the ManagedFolderInformation class.
 
Method Summary
 java.lang.Boolean getCanDelete()
          * Gets a value indicating whether the user can delete objects in the folder.
 java.lang.Boolean getCanRenameOrMove()
          Gets a value indicating whether the user can rename or move objects in the folder.
 java.lang.String getComment()
          Gets the comment associated with the folder.
 java.lang.Integer getFolderSize()
          Gets the size of the folder.
 java.lang.Boolean getHasQuota()
          Gets a value indicating whether the folder has a quota.
 java.lang.String getHomePage()
          Gets the home page associated with the folder.
 java.lang.Boolean getIsManagedFoldersRoot()
          Gets a value indicating whether the folder is the root of the managed folder hierarchy.
 java.lang.String getManagedFolderId()
          Gets the Managed Folder Id of the folder.
 java.lang.Boolean getMustDisplayComment()
          Gets a value indicating whether the client application must display the Comment property to the user.
 java.lang.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, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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

ManagedFolderInformation

protected ManagedFolderInformation()
Initializes a new instance of the ManagedFolderInformation class.

Method Detail

tryReadElementFromXml

protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
                                 throws java.lang.Exception
* Tries to read element from XML.

Overrides:
tryReadElementFromXml in class ComplexProperty
Parameters:
reader - the reader
Returns:
True if element was read.
Throws:
java.lang.Exception - the exception

getCanDelete

public java.lang.Boolean getCanDelete()
* Gets a value indicating whether the user can delete objects in the folder.

Returns:
the can delete

getCanRenameOrMove

public java.lang.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 java.lang.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 java.lang.Boolean getHasQuota()
Gets a value indicating whether the folder has a quota.

Returns:
the checks for quota

getIsManagedFoldersRoot

public java.lang.Boolean getIsManagedFoldersRoot()
Gets a value indicating whether the folder is the root of the managed folder hierarchy.

Returns:
the checks if is managed folders root

getManagedFolderId

public java.lang.String getManagedFolderId()
Gets the Managed Folder Id of the folder.

Returns:
the managed folder id

getComment

public java.lang.String getComment()
Gets the comment associated with the folder.

Returns:
the comment

getStorageQuota

public java.lang.Integer getStorageQuota()
Gets the storage quota of the folder.

Returns:
the storage quota

getFolderSize

public java.lang.Integer getFolderSize()
Gets the size of the folder.

Returns:
the folder size

getHomePage

public java.lang.String getHomePage()
Gets the home page associated with the folder.

Returns:
the home page