| Package | Description |
|---|---|
| com.coinbase.api | |
| com.coinbase.api.entity |
| Modifier and Type | Method and Description |
|---|---|
User |
Coinbase.createUser(User userParams)
Unauthenticated resource that creates a user with an email and password.
|
User |
Coinbase.createUser(User userParams,
String clientId,
String scope)
Unauthenticated resource that creates a user with an email and password.
|
User |
Coinbase.getUser()
Retrieve the current user and their settings.
|
User |
Coinbase.updateUser(String userId,
User userParams)
Updates account settings for the current user
|
| Modifier and Type | Method and Description |
|---|---|
User |
Coinbase.createUser(User userParams)
Unauthenticated resource that creates a user with an email and password.
|
User |
Coinbase.createUser(User userParams,
String clientId,
String scope)
Unauthenticated resource that creates a user with an email and password.
|
User |
Coinbase.updateUser(String userId,
User userParams)
Updates account settings for the current user
|
| Modifier and Type | Method and Description |
|---|---|
User |
TransactionsResponse.getCurrentUser() |
User |
AccountChangesResponse.getCurrentUser() |
User |
AccountChange.Cache.getOtherUser() |
User |
Transaction.getRecipient() |
User |
Transaction.getSender() |
User |
UserResponse.getUser() |
User |
UserNode.getUser() |
User |
Request.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionsResponse.setCurrentUser(User currentUser) |
void |
AccountChangesResponse.setCurrentUser(User currentUser) |
void |
AccountChange.Cache.setOtherUser(User other_user) |
void |
Transaction.setRecipient(User recipient) |
void |
Transaction.setSender(User sender) |
void |
UserResponse.setUser(User user) |
void |
UserNode.setUser(User user) |
void |
Request.setUser(User user) |
Copyright © 2014. All rights reserved.