| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.changes | |
| com.google.gerrit.extensions.client | |
| com.urswolfer.gerrit.client.rest.http.changes |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ListChangesOption> |
Changes.QueryRequest.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
Changes.QueryRequest |
Changes.QueryRequest.withOption(ListChangesOption options) |
Changes.QueryRequest |
Changes.QueryRequest.withOptions(ListChangesOption... options) |
| Modifier and Type | Method and Description |
|---|---|
ChangeInfo |
ChangeApi.get(EnumSet<ListChangesOption> options) |
ChangeInfo |
ChangeApi.NotImplemented.get(EnumSet<ListChangesOption> options) |
SubmittedTogetherInfo |
ChangeApi.submittedTogether(EnumSet<ListChangesOption> listOptions,
EnumSet<SubmittedTogetherOption> submitOptions) |
SubmittedTogetherInfo |
ChangeApi.NotImplemented.submittedTogether(EnumSet<ListChangesOption> a,
EnumSet<SubmittedTogetherOption> b) |
Changes.QueryRequest |
Changes.QueryRequest.withOptions(EnumSet<ListChangesOption> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListChangesOption |
ListChangesOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListChangesOption[] |
ListChangesOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ListChangesOption> |
ListChangesOption.fromBits(int v) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ListChangesOption.toBits(Set<ListChangesOption> set) |
| Modifier and Type | Method and Description |
|---|---|
ChangeInfo |
ChangeApiRestClient.get(EnumSet<ListChangesOption> options) |
Copyright © 2018. All rights reserved.