public static enum WatchedIssuesAccessor.Security extends Enum<WatchedIssuesAccessor.Security>
Enum Constant and Description |
---|
OVERRIDE
return all issues the user
|
RESPECT
Only return issue ids the user can see.
|
Modifier and Type | Method and Description |
---|---|
static WatchedIssuesAccessor.Security |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchedIssuesAccessor.Security[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatchedIssuesAccessor.Security RESPECT
public static final WatchedIssuesAccessor.Security OVERRIDE
public static WatchedIssuesAccessor.Security[] values()
for (WatchedIssuesAccessor.Security c : WatchedIssuesAccessor.Security.values()) System.out.println(c);
public static WatchedIssuesAccessor.Security 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-2021 Atlassian. All Rights Reserved.
View cookie preferences