Class Accounts.SuggestAccountsRequest
java.lang.Object
com.google.gerrit.extensions.api.accounts.Accounts.SuggestAccountsRequest
- Enclosing interface:
- Accounts
API for setting parameters and getting result. Used for
suggestAccounts()
.- See Also:
-
Constructor Details
-
SuggestAccountsRequest
public SuggestAccountsRequest()
-
-
Method Details
-
get
Execute query and return a list of accounts.- Throws:
RestApiException
-
withQuery
Set query.- Parameters:
query
- needs to be in human-readable form.
-
withLimit
Set limit for returned list of accounts. Optional; server-default is used when not provided. -
getQuery
-
getLimit
public int getLimit()
-