public class CalendarFolder extends Folder
| Constructor and Description |
|---|
CalendarFolder()
Instantiates a new calendar folder.
|
CalendarFolder(java.lang.String displayName)
Instantiates a new calendar folder.
|
CalendarFolder(java.lang.String displayName,
java.lang.String folderClass)
Instantiates a new calendar folder.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarPermissionSet |
getCalendarPermissionSet()
Gets the calendar permission set.
|
void |
setCalendarPermissionSet(CalendarPermissionSet permissionSet)
Sets the calendar permission set.
|
java.lang.String |
toString()
Converts the value of the current Folder object to its equivalent string representation.
|
getArchiveTag, getChildFolderCount, getComment, getCreationTime, getDisplayName, getEffectiveRights, getEntryId, getExtendedProperties, getFolderClass, getFolderId, getLastModifiedTime, getManagedFolderInformation, getParentId, getPermissionSet, getRetentionTag, getSearchKey, getSize, getStandardFolder, getTotalCount, getUnreadCount, hasSubFolders, isHidden, isReadOnly, isSystem, setComment, setDisplayName, setFolderClass, setIsHidden, setPermissionSetpublic CalendarFolder()
public CalendarFolder(java.lang.String displayName)
displayName - the display namepublic CalendarFolder(java.lang.String displayName,
java.lang.String folderClass)
displayName - the display namefolderClass - the folder classpublic java.lang.String toString()
Folderpublic CalendarPermissionSet getCalendarPermissionSet()
public void setCalendarPermissionSet(CalendarPermissionSet permissionSet)
permissionSet - the new calendar permission set