public interface AccountApi
Modifier and Type | Method and Description |
---|---|
Account |
getAccount(String id)
get a specific Account by id
|
Set<Account> |
listAccounts(ListAccountsOptions... options)
Lists Accounts
|
@Named(value="listAccounts") @GET @Consumes(value="application/json") Set<Account> listAccounts(ListAccountsOptions... options)
options
- if present, how to constrain the list.Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.