public enum OrganizationRoleActionType extends Enum<OrganizationRoleActionType>
Enum Constant and Description |
---|
ADD_ORG_ROLE_TO_ENTITY
Add org role to entity
|
REMOVE_ALL_CAPABILITIES_TO_ENTITY
Remove all capabilities from entity
|
REMOVE_ORG_ROLE_FROM_ENTITY
Remove org role from entity
|
SET_ORG_ROLES_TO_ENTITY
Set org roles on entity
|
Modifier and Type | Method and Description |
---|---|
static OrganizationRoleActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationRoleActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationRoleActionType ADD_ORG_ROLE_TO_ENTITY
public static final OrganizationRoleActionType REMOVE_ORG_ROLE_FROM_ENTITY
public static final OrganizationRoleActionType REMOVE_ALL_CAPABILITIES_TO_ENTITY
public static final OrganizationRoleActionType SET_ORG_ROLES_TO_ENTITY
public static OrganizationRoleActionType[] values()
for (OrganizationRoleActionType c : OrganizationRoleActionType.values()) System.out.println(c);
public static OrganizationRoleActionType 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 nullCopyright © 2019. All rights reserved.