| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.accounts | |
| com.google.gerrit.extensions.client |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ListAccountsOption> |
Accounts.QueryRequest.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
Accounts.QueryRequest |
Accounts.QueryRequest.withOption(ListAccountsOption options) |
Accounts.QueryRequest |
Accounts.QueryRequest.withOptions(ListAccountsOption... options) |
| Modifier and Type | Method and Description |
|---|---|
Accounts.QueryRequest |
Accounts.QueryRequest.withOptions(EnumSet<ListAccountsOption> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListAccountsOption |
ListAccountsOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAccountsOption[] |
ListAccountsOption.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<ListAccountsOption> |
ListAccountsOption.fromBits(int v) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ListAccountsOption.toBits(Set<ListAccountsOption> set) |
Copyright © 2018. All rights reserved.