public abstract static class Accounts.SuggestAccountsRequest
extends java.lang.Object
suggestAccounts()
.Accounts.suggestAccounts()
Constructor and Description |
---|
SuggestAccountsRequest() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<AccountInfo> |
get()
Execute query and return a list of accounts.
|
int |
getLimit() |
java.lang.String |
getQuery() |
Accounts.SuggestAccountsRequest |
withLimit(int limit)
Set limit for returned list of accounts.
|
Accounts.SuggestAccountsRequest |
withQuery(java.lang.String query)
Set query.
|
public abstract java.util.List<AccountInfo> get() throws RestApiException
RestApiException
public Accounts.SuggestAccountsRequest withQuery(java.lang.String query)
query
- needs to be in human-readable form.public Accounts.SuggestAccountsRequest withLimit(int limit)
public java.lang.String getQuery()
public int getLimit()