public enum ListChangesOption extends java.lang.Enum<ListChangesOption> implements ListOption
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.
|
SKIP_MERGEABLE
Skip mergeability data
|
SUBMITTABLE
Set the submittable boolean.
|
TRACKING_IDS
If tracking Ids are included, include detailed tracking Ids info.
|
WEB_LINKS
Include patch set weblinks.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static ListChangesOption |
valueOf(java.lang.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.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
fromBits
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 final ListChangesOption TRACKING_IDS
public static final ListChangesOption SKIP_MERGEABLE
public static ListChangesOption[] values()
for (ListChangesOption c : ListChangesOption.values()) System.out.println(c);
public static ListChangesOption valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
getValue
in interface ListOption