public enum ListChangesOption extends Enum<ListChangesOption>
Enum Constant and Description |
---|
ALL_COMMITS |
ALL_FILES |
ALL_REVISIONS |
CHANGE_ACTIONS
Include allowed change actions client could perform.
|
CHECK
Include consistency check results.
|
COMMIT_FOOTERS
Include a copy of commit messages including review footers.
|
CURRENT_ACTIONS
Include allowed actions client could perform.
|
CURRENT_COMMIT
If revisions are included, parse the commit object.
|
CURRENT_FILES
If a patch set is included, include the files of the patch set.
|
CURRENT_REVISION
Return information on the current patch set of the change.
|
DETAILED_ACCOUNTS
If accounts are included, include detailed account info.
|
DETAILED_LABELS |
DOWNLOAD_COMMANDS
Include download commands for the caller.
|
DRAFT_COMMENTS
Deprecated.
|
LABELS |
MESSAGES
Include messages associated with the change.
|
PUSH_CERTIFICATES
Include push certificate information along with any patch sets.
|
REVIEWED
Set the reviewed boolean for the caller.
|
REVIEWER_UPDATES
Include change's reviewer updates.
|
SUBMITTABLE
Set the submittable boolean.
|
WEB_LINKS
Include patch set weblinks.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<ListChangesOption> |
fromBits(int v) |
int |
getValue() |
static int |
toBits(Set<ListChangesOption> set) |
static ListChangesOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListChangesOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListChangesOption LABELS
public static final ListChangesOption DETAILED_LABELS
public static final ListChangesOption CURRENT_REVISION
public static final ListChangesOption ALL_REVISIONS
public static final ListChangesOption CURRENT_COMMIT
public static final ListChangesOption ALL_COMMITS
public static final ListChangesOption CURRENT_FILES
public static final ListChangesOption ALL_FILES
public static final ListChangesOption DETAILED_ACCOUNTS
public static final ListChangesOption MESSAGES
public static final ListChangesOption CURRENT_ACTIONS
public static final ListChangesOption REVIEWED
@Deprecated public static final ListChangesOption DRAFT_COMMENTS
public static final ListChangesOption DOWNLOAD_COMMANDS
public static final ListChangesOption WEB_LINKS
public static final ListChangesOption CHECK
public static final ListChangesOption CHANGE_ACTIONS
public static final ListChangesOption COMMIT_FOOTERS
public static final ListChangesOption PUSH_CERTIFICATES
public static final ListChangesOption REVIEWER_UPDATES
public static final ListChangesOption SUBMITTABLE
public static ListChangesOption[] values()
for (ListChangesOption c : ListChangesOption.values()) System.out.println(c);
public static ListChangesOption 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 int getValue()
public static EnumSet<ListChangesOption> fromBits(int v)
public static int toBits(Set<ListChangesOption> set)