| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
PermissionAction |
Permission.getDeleteItems()
Gets whether a user has permission to delete items in a folder.
|
PermissionAction |
CalendarPermission.getDeleteItems()
Gets whether a user has permission to delete items in a folder.
|
PermissionAction |
Permission.getEditItems()
Gets whether a user has permission to edit items in a folder.
|
PermissionAction |
CalendarPermission.getEditItems()
Gets whether a user has permission to edit items in a folder.
|
static PermissionAction |
PermissionAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PermissionAction[] |
PermissionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Permission.setDeleteItems(PermissionAction deleteItems)
Sets whether a user has permission to delete items in a folder.
|
void |
CalendarPermission.setDeleteItems(PermissionAction deleteItems)
Sets whether a user has permission to delete items in a folder.
|
void |
Permission.setEditItems(PermissionAction editItems)
Sets whether a user has permission to edit items in a folder.
|
void |
CalendarPermission.setEditItems(PermissionAction editItems)
Sets whether a user has permission to edit items in a folder.
|