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