Uses of Class
org.knowm.xchange.coinbase.dto.account.CoinbaseUser
-
Packages that use CoinbaseUser Package Description org.knowm.xchange.coinbase org.knowm.xchange.coinbase.dto.account org.knowm.xchange.coinbase.service -
-
Uses of CoinbaseUser in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return CoinbaseUser Modifier and Type Method Description CoinbaseUserCoinbase. createUser(CoinbaseUser user)CoinbaseUserCoinbaseAuthenticated. updateUser(String userId, CoinbaseUser user, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)Methods in org.knowm.xchange.coinbase with parameters of type CoinbaseUser Modifier and Type Method Description static AccountInfoCoinbaseAdapters. adaptAccountInfo(CoinbaseUser user)CoinbaseUserCoinbase. createUser(CoinbaseUser user)CoinbaseUserCoinbaseAuthenticated. updateUser(String userId, CoinbaseUser user, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) -
Uses of CoinbaseUser in org.knowm.xchange.coinbase.dto.account
Methods in org.knowm.xchange.coinbase.dto.account that return CoinbaseUser Modifier and Type Method Description static CoinbaseUserCoinbaseUser. createCoinbaseNewUserWithReferrerId(String email, String password, String referrerId)static CoinbaseUserCoinbaseUser. createNewCoinbaseUser(String email, String password)CoinbaseUserCoinbaseAccountChanges. getCurrentUser()CoinbaseUserCoinbaseTransactions. getCurrentUser()CoinbaseUserCoinbaseAccountChange.CoinbaseCache. getOtherUser()CoinbaseUserCoinbaseTransaction. getRecipient()CoinbaseUserCoinbaseTransactionInfo. getRecipient()CoinbaseUserCoinbaseTransaction. getSender()CoinbaseUserCoinbaseTransactionInfo. getSender()CoinbaseUserCoinbaseUser. updateEmail(String email)CoinbaseUserCoinbaseUser. updateName(String name)CoinbaseUserCoinbaseUser. updateNativeCurrency(String nativeCurrency)CoinbaseUserCoinbaseUser. updatePin(String pin)CoinbaseUserCoinbaseUser. updateTimeZone(String timeZone)CoinbaseUserCoinbaseUser. withoAuthClientId(String oAuthClientId)Methods in org.knowm.xchange.coinbase.dto.account that return types with arguments of type CoinbaseUser Modifier and Type Method Description List<CoinbaseUser>CoinbaseUsers. getUsers() -
Uses of CoinbaseUser in org.knowm.xchange.coinbase.service
Methods in org.knowm.xchange.coinbase.service that return CoinbaseUser Modifier and Type Method Description CoinbaseUserCoinbaseBaseService. createCoinbaseUser(CoinbaseUser user)Unauthenticated resource that creates a user with an email and password.CoinbaseUserCoinbaseBaseService. createCoinbaseUser(CoinbaseUser user, String oAuthClientId)Unauthenticated resource that creates a user with an email and password.Methods in org.knowm.xchange.coinbase.service with parameters of type CoinbaseUser Modifier and Type Method Description CoinbaseUserCoinbaseBaseService. createCoinbaseUser(CoinbaseUser user)Unauthenticated resource that creates a user with an email and password.CoinbaseUserCoinbaseBaseService. createCoinbaseUser(CoinbaseUser user, String oAuthClientId)Unauthenticated resource that creates a user with an email and password.
-