| Package | Description |
|---|---|
| com.microsoft.exchange.types |
| Modifier and Type | Field and Description |
|---|---|
protected PermissionActionType |
BasePermissionType.deleteItems |
protected PermissionActionType |
BasePermissionType.editItems |
| Modifier and Type | Method and Description |
|---|---|
static PermissionActionType |
PermissionActionType.fromValue(String v) |
PermissionActionType |
BasePermissionType.getDeleteItems()
Gets the value of the deleteItems property.
|
PermissionActionType |
BasePermissionType.getEditItems()
Gets the value of the editItems property.
|
static PermissionActionType |
PermissionActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionActionType[] |
PermissionActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasePermissionType.setDeleteItems(PermissionActionType value)
Sets the value of the deleteItems property.
|
void |
BasePermissionType.setEditItems(PermissionActionType value)
Sets the value of the editItems property.
|
Copyright © 2014 Jasig. All Rights Reserved.