public static enum BoxGroupMembership.Permission extends Enum<BoxGroupMembership.Permission>
| Enum Constant and Description |
|---|
CAN_CREATE_ACCOUNTS
The user can create accounts.
|
CAN_EDIT_ACCOUNTS
The user can edit accounts.
|
CAN_INSTANT_LOGIN
The user can instant login as another user.
|
CAN_RUN_REPORTS
The user can run reports.
|
| Modifier and Type | Method and Description |
|---|---|
static BoxGroupMembership.Permission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxGroupMembership.Permission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxGroupMembership.Permission CAN_CREATE_ACCOUNTS
public static final BoxGroupMembership.Permission CAN_EDIT_ACCOUNTS
public static final BoxGroupMembership.Permission CAN_INSTANT_LOGIN
public static final BoxGroupMembership.Permission CAN_RUN_REPORTS
public static BoxGroupMembership.Permission[] values()
for (BoxGroupMembership.Permission c : BoxGroupMembership.Permission.values()) System.out.println(c);
public static BoxGroupMembership.Permission valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null