public static enum PermissionSet.Role extends Enum<PermissionSet.Role>
Modifier and Type | Method and Description |
---|---|
static PermissionSet.Role |
byLabel(String label) |
String |
getLabel() |
static PermissionSet.Role |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionSet.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermissionSet.Role LOGGED_IN
public static final PermissionSet.Role ANONYMOUS
public static PermissionSet.Role[] values()
for (PermissionSet.Role c : PermissionSet.Role.values()) System.out.println(c);
public static PermissionSet.Role 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 nullpublic static PermissionSet.Role byLabel(String label)
public String getLabel()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences