public class AccountsImpl extends Object implements com.google.gerrit.extensions.api.accounts.Accounts
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.api.accounts.AccountApi |
id(String id) |
com.google.gerrit.extensions.api.accounts.AccountApi |
self() |
com.google.gerrit.extensions.api.accounts.Accounts.SuggestAccountsRequest |
suggestAccounts() |
com.google.gerrit.extensions.api.accounts.Accounts.SuggestAccountsRequest |
suggestAccounts(String query) |
public com.google.gerrit.extensions.api.accounts.AccountApi id(String id) throws com.google.gerrit.extensions.restapi.RestApiException
id
in interface com.google.gerrit.extensions.api.accounts.Accounts
com.google.gerrit.extensions.restapi.RestApiException
public com.google.gerrit.extensions.api.accounts.AccountApi self() throws com.google.gerrit.extensions.restapi.RestApiException
self
in interface com.google.gerrit.extensions.api.accounts.Accounts
com.google.gerrit.extensions.restapi.RestApiException
public com.google.gerrit.extensions.api.accounts.Accounts.SuggestAccountsRequest suggestAccounts() throws com.google.gerrit.extensions.restapi.RestApiException
suggestAccounts
in interface com.google.gerrit.extensions.api.accounts.Accounts
com.google.gerrit.extensions.restapi.RestApiException
public com.google.gerrit.extensions.api.accounts.Accounts.SuggestAccountsRequest suggestAccounts(String query) throws com.google.gerrit.extensions.restapi.RestApiException
suggestAccounts
in interface com.google.gerrit.extensions.api.accounts.Accounts
com.google.gerrit.extensions.restapi.RestApiException