public static enum VotedIssuesAccessor.Security extends Enum<VotedIssuesAccessor.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 VotedIssuesAccessor.Security |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VotedIssuesAccessor.Security[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VotedIssuesAccessor.Security RESPECT
public static final VotedIssuesAccessor.Security OVERRIDE
public static VotedIssuesAccessor.Security[] values()
for (VotedIssuesAccessor.Security c : VotedIssuesAccessor.Security.values()) System.out.println(c);
public static VotedIssuesAccessor.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-2022 Atlassian. All Rights Reserved.