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") Set<Account> listAccounts(ListAccountsOptions... options)
options - if present, how to constrain the list.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.