| Package | Description |
|---|---|
| com.coinbase.api | |
| com.coinbase.api.entity |
| Modifier and Type | Method and Description |
|---|---|
Account |
Coinbase.createAccount(Account account)
Create a new account
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Coinbase.createAccount(Account account)
Create a new account
|
void |
Coinbase.updateAccount(Account account)
Update the settings of the current account
|
void |
Coinbase.updateAccount(String accountId,
Account account)
Update the settings of the current account
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Request.getAccount() |
Account |
AccountResponse.getAccount() |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountsResponse.getAccounts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setAccount(Account account) |
void |
AccountResponse.setAccount(Account account) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountsResponse.setAccounts(List<Account> accounts) |
Copyright © 2014. All rights reserved.