Accounts.NotImplemented, Accounts.QueryRequest, Accounts.SuggestAccountsRequest| Modifier and Type | Method and Description |
|---|---|
AccountApi |
id(int id) |
AccountApi |
id(String id)
Look up an account by ID.
|
AccountApi |
self()
Look up the account of the current in-scope user.
|
create, create, query, query, suggestAccounts, suggestAccountsAccountApi id(String id) throws RestApiException
AccountsNote: This method eagerly reads the account. Methods that mutate the
account do not necessarily re-read the account. Therefore, calling a getter method on an
instance after calling a mutation method on that same instance is not guaranteed to reflect the
mutation. It is not recommended to store references to AccountApi instances.
id in interface Accountsid - any identifier supported by the REST API, including numeric ID, email, or username.RestApiException - if an error occurred.AccountApi id(int id) throws RestApiException
id in interface AccountsRestApiExceptionAccounts.id(String)AccountApi self() throws RestApiException
Accountsself in interface AccountsRestApiExceptionAccounts.id(String)Copyright © 2018. All rights reserved.