| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.accounts | |
| com.urswolfer.gerrit.client.rest.accounts | |
| com.urswolfer.gerrit.client.rest.http.accounts |
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
| Modifier and Type | Method and Description |
|---|---|
AccountApi |
Accounts.create(AccountInput input)
Create a new account.
|
AccountApi |
Accounts.NotImplemented.create(AccountInput input) |
AccountApi |
Accounts.create(String username)
Create a new account with the given username and default options.
|
AccountApi |
Accounts.NotImplemented.create(String username) |
AccountApi |
Accounts.id(int id) |
AccountApi |
Accounts.NotImplemented.id(int id) |
AccountApi |
Accounts.id(String id)
Look up an account by ID.
|
AccountApi |
Accounts.NotImplemented.id(String id) |
AccountApi |
Accounts.self()
Look up the account of the current in-scope user.
|
AccountApi |
Accounts.NotImplemented.self() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccountApi |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountApiRestClient |
Copyright © 2018. All rights reserved.