public class ManagedFolderInformation
extends java.lang.Object
| Constructor and Description |
|---|
ManagedFolderInformation()
Initializes a new instance of the ManagedFolderInformation class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDelete()
Gets whether a managed folder can be deleted by a customer.
|
boolean |
canRename()
Gets whether a given managed folder can be renamed or moved by the customer.
|
java.lang.String |
getComment()
Gets the comment that is associated with a managed folder.
|
java.lang.String |
getHomePage()
Gets the URL that will be the default home page for the managed folder.
|
java.lang.String |
getId()
Gets the folder ID of the managed folder.
|
long |
getSize()
Gets the total size of all the contents of a managed folder.
|
long |
getStorageQuota()
Gets the storage quota for the managed folder.
|
boolean |
hasQuota()
Gets whether the managed folder has a quota.
|
boolean |
isRoot()
Gets whether the managed folder is the root for all managed folders.
|
boolean |
mustDisplayComment()
Gets whether the managed folder comment must be displayed.
|
public ManagedFolderInformation()
public boolean canDelete()
public boolean canRename()
public boolean mustDisplayComment()
public boolean hasQuota()
public boolean isRoot()
public java.lang.String getId()
public java.lang.String getComment()
public long getStorageQuota()
public long getSize()
public java.lang.String getHomePage()