@ExperimentalApi public static enum Permissions.Type extends Enum<Permissions.Type>
Enum Constant and Description |
---|
ATTATCHMENTS |
COMMENTS |
GLOBAL |
ISSUE |
PROJECT |
TIME_TRACKING |
VOTERS_AND_WATCHERS |
Modifier and Type | Method and Description |
---|---|
static Permissions.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permissions.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Permissions.Type GLOBAL
public static final Permissions.Type PROJECT
public static final Permissions.Type ISSUE
public static final Permissions.Type VOTERS_AND_WATCHERS
public static final Permissions.Type TIME_TRACKING
public static final Permissions.Type COMMENTS
public static final Permissions.Type ATTATCHMENTS
public static Permissions.Type[] values()
for (Permissions.Type c : Permissions.Type.values()) System.out.println(c);
public static Permissions.Type 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 © 2002-2017 Atlassian. All Rights Reserved.