@Generated public enum RegisteredModelPermissionLevel extends Enum<RegisteredModelPermissionLevel>
Enum Constant and Description |
---|
CAN_EDIT |
CAN_MANAGE |
CAN_MANAGE_PRODUCTION_VERSIONS |
CAN_MANAGE_STAGING_VERSIONS |
CAN_READ |
Modifier and Type | Method and Description |
---|---|
static RegisteredModelPermissionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegisteredModelPermissionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisteredModelPermissionLevel CAN_EDIT
public static final RegisteredModelPermissionLevel CAN_MANAGE
public static final RegisteredModelPermissionLevel CAN_MANAGE_PRODUCTION_VERSIONS
public static final RegisteredModelPermissionLevel CAN_MANAGE_STAGING_VERSIONS
public static final RegisteredModelPermissionLevel CAN_READ
public static RegisteredModelPermissionLevel[] values()
for (RegisteredModelPermissionLevel c : RegisteredModelPermissionLevel.values()) System.out.println(c);
public static RegisteredModelPermissionLevel 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 © 2023. All rights reserved.