A B C D E F G H I O P R S T U V

A

ACCESS_KEY - Static variable in class com.github.kevinstl.coinbase.java.client.authentication.AuthenticationHeaderAppender
 
ACCESS_NONCE - Static variable in class com.github.kevinstl.coinbase.java.client.authentication.AuthenticationHeaderAppender
 
ACCESS_SIGNATURE - Static variable in class com.github.kevinstl.coinbase.java.client.authentication.AuthenticationHeaderAppender
 
ACCOUNT_CHANGES - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
ADDRESSES - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
Amount - Class in com.github.kevinstl.coinbase.java.domain.response
 
Amount() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.Amount
 
append(HttpUriRequest, String, String) - Method in class com.github.kevinstl.coinbase.java.client.authentication.AuthenticationHeaderAppender
 
AuthenticationHeaderAppender - Class in com.github.kevinstl.coinbase.java.client.authentication
 
AuthenticationHeaderAppender() - Constructor for class com.github.kevinstl.coinbase.java.client.authentication.AuthenticationHeaderAppender
 
AUTHORIZATION - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 

B

BALANCE - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
ButtonRequest - Class in com.github.kevinstl.coinbase.java.domain.request
 
ButtonRequest(String, String, String, String, String, String, String, String, Boolean) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest
 
ButtonRequest.Button - Class in com.github.kevinstl.coinbase.java.domain.request
 
ButtonRequest.Button(String, String, String, String, String, String, String, String, Boolean) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
buy(BuyRequest) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
BuyRequest - Class in com.github.kevinstl.coinbase.java.domain.request
 
BuyRequest(BigDecimal) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.BuyRequest
 
BuyResponse - Class in com.github.kevinstl.coinbase.java.domain.response
 
BuyResponse() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.BuyResponse
 
BuyResponse.Fees - Class in com.github.kevinstl.coinbase.java.domain.response
 
BuyResponse.Fees() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Fees
 
BuyResponse.Transfer - Class in com.github.kevinstl.coinbase.java.domain.response
 
BuyResponse.Transfer() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
BUYS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 

C

CANCEL_REQUEST - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
checkResponseForAuthenticationError(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
coinbaseApacheHttpClient() - Method in class com.github.kevinstl.coinbase.java.client.spring.SpringConfig
 
CoinbaseAuthenticatedHttpClient - Class in com.github.kevinstl.coinbase.java.client
 
CoinbaseAuthenticatedHttpClient(HttpClient, AuthenticationHeaderAppender) - Constructor for class com.github.kevinstl.coinbase.java.client.CoinbaseAuthenticatedHttpClient
 
CoinbaseClient - Class in com.github.kevinstl.coinbase.java.client
 
CoinbaseClient() - Constructor for class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
CoinbaseException - Exception in com.github.kevinstl.coinbase.java.exception
 
CoinbaseException(String) - Constructor for exception com.github.kevinstl.coinbase.java.exception.CoinbaseException
 
CoinbaseHttpClient - Class in com.github.kevinstl.coinbase.java.client
 
CoinbaseHttpClient(HttpClient) - Constructor for class com.github.kevinstl.coinbase.java.client.CoinbaseHttpClient
 
com.github.kevinstl.coinbase.java.client - package com.github.kevinstl.coinbase.java.client
 
com.github.kevinstl.coinbase.java.client.authentication - package com.github.kevinstl.coinbase.java.client.authentication
 
com.github.kevinstl.coinbase.java.client.spring - package com.github.kevinstl.coinbase.java.client.spring
 
com.github.kevinstl.coinbase.java.domain.deserializer - package com.github.kevinstl.coinbase.java.domain.deserializer
 
com.github.kevinstl.coinbase.java.domain.request - package com.github.kevinstl.coinbase.java.domain.request
 
com.github.kevinstl.coinbase.java.domain.response - package com.github.kevinstl.coinbase.java.domain.response
 
com.github.kevinstl.coinbase.java.domain.types - package com.github.kevinstl.coinbase.java.domain.types
 
com.github.kevinstl.coinbase.java.exception - package com.github.kevinstl.coinbase.java.exception
 
COMPLETE_REQUEST - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
CONTACTS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
CURRENCIES - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
CurrencyExchangeRateResponse - Class in com.github.kevinstl.coinbase.java.domain.response
 
CurrencyExchangeRateResponse() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.CurrencyExchangeRateResponse
 

D

deleteTransactionsCancelRequest(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
deserializeBuyResponse(String) - Method in class com.github.kevinstl.coinbase.java.domain.deserializer.ResponseDeserializer
 
deserializeCurrencyExchangeRateResponse(String) - Method in class com.github.kevinstl.coinbase.java.domain.deserializer.ResponseDeserializer
 
deserializeExchangeRatesResponse(String) - Method in class com.github.kevinstl.coinbase.java.domain.deserializer.ResponseDeserializer
 
deserializeSendMoneyResponse(String) - Method in class com.github.kevinstl.coinbase.java.domain.deserializer.ResponseDeserializer
 

E

EXCHANGE_RATES - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
ExchangeRatesResponse - Class in com.github.kevinstl.coinbase.java.domain.response
 
ExchangeRatesResponse() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.ExchangeRatesResponse
 
ExchangeRateType - Enum in com.github.kevinstl.coinbase.java.domain.types
 
executeDelete(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseHttpClient
 
executeGet(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseHttpClient
 
executeHttpUriRequest(HttpUriRequest, String, String, String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseAuthenticatedHttpClient
 
executeHttpUriRequest(HttpUriRequest, String, String, String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseHttpClient
 
executePost(String, String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseHttpClient
 
executePut(String, String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseHttpClient
 

F

Fee - Class in com.github.kevinstl.coinbase.java.domain.response
 
Fee() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.Fee
 
FORWARD_SLASH - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 

G

GENERATE_RECEIVE_ADDRESS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
generateReceiveAddress() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getAccountChanges() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getAddresses() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getAmount() - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionFromRequest.Transaction
 
getAmount() - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionRequest.Transaction
 
getAmount() - Method in class com.github.kevinstl.coinbase.java.domain.response.Amount
 
getAmount() - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
getApplication() - Method in class com.github.kevinstl.coinbase.java.domain.request.OauthApplication
 
getAuthorization() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getBalance() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getBank() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Fees
 
getBtc() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
getCallback_url() - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
getCents() - Method in class com.github.kevinstl.coinbase.java.domain.response.Fee
 
getCode() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
getCoinbase() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Fees
 
getCoinbaseAuthenticatedHttpClient() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getContacts() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getCreatedAt() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
getCreatedAt() - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
getCurrencies() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getCurrency() - Method in class com.github.kevinstl.coinbase.java.domain.response.Amount
 
getCurrencyIso() - Method in class com.github.kevinstl.coinbase.java.domain.response.Fee
 
getCurrentUser() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getCustom() - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
getDescription() - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
getEmail() - Method in class com.github.kevinstl.coinbase.java.domain.request.UserRequest.User
 
getEmail() - Method in class com.github.kevinstl.coinbase.java.domain.response.Recipent
 
getEmail() - Method in class com.github.kevinstl.coinbase.java.domain.response.Sender
 
getErrors() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse
 
getErrors() - Method in class com.github.kevinstl.coinbase.java.domain.response.SendMoneyResponse
 
getExchangeRates() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getFees() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
getFrom() - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionFromRequest.Transaction
 
getHsh() - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
getId() - Method in class com.github.kevinstl.coinbase.java.domain.response.Recipent
 
getId() - Method in class com.github.kevinstl.coinbase.java.domain.response.Sender
 
getId() - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
getInclude_email() - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
getIndividualRecurringPayment(Integer) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getIndividualSubscriber(Integer) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getIndividualTransaction(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getInvidualOrder(Integer) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getName() - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
getName() - Method in class com.github.kevinstl.coinbase.java.domain.request.OauthApplication.Application
 
getName() - Method in class com.github.kevinstl.coinbase.java.domain.response.Recipent
 
getName() - Method in class com.github.kevinstl.coinbase.java.domain.response.Sender
 
getNotes() - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionFromRequest.Transaction
 
getNotes() - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionRequest.Transaction
 
getNotes() - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
getOauthApplications() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getOauthIndividualApplication(Integer) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getOperationUrl(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getOrders() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getPassword() - Method in class com.github.kevinstl.coinbase.java.domain.request.UserRequest.User
 
getPaymentMethods() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getPayoutDate() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
getPrice_currency_iso() - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
getPrice_string() - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
getPricesHistorical() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getPricesSpotRate() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getPriceToBuy() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getPriceToSell() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getQty() - Method in class com.github.kevinstl.coinbase.java.domain.request.BuyRequest
 
getReceiveAddress() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getRecentBuysAndSells() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getRecentTransactions() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getRecipientAddress() - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
getRecurringPayments() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getRedirect_uri() - Method in class com.github.kevinstl.coinbase.java.domain.request.OauthApplication.Application
 
getRequest() - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
getResponseDeserializer() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getSpecificExchangeRate(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getStatus() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
getStatus() - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
getStyle() - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
getSubscribers() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
getSubtotal() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
getSuccess() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse
 
getSuccess() - Method in class com.github.kevinstl.coinbase.java.domain.response.SendMoneyResponse
 
getTo() - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionRequest.Transaction
 
getTotal() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
getTransaction() - Method in class com.github.kevinstl.coinbase.java.domain.response.SendMoneyResponse
 
getTransfer() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse
 
getType() - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
getType() - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
getUsdToBtc() - Method in class com.github.kevinstl.coinbase.java.domain.response.CurrencyExchangeRateResponse
 
getUser() - Method in class com.github.kevinstl.coinbase.java.domain.request.UserRequest
 

H

httpDelete(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
httpGet(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
httpPost(String, String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
httpPut(String, String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 

I

INVALID_API_KEY - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 

O

OAUTH - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
OAUTH_APPLICATIONS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
OauthApplication - Class in com.github.kevinstl.coinbase.java.domain.request
 
OauthApplication(String, String) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.OauthApplication
 
OauthApplication.Application - Class in com.github.kevinstl.coinbase.java.domain.request
 
OauthApplication.Application(String, String) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.OauthApplication.Application
 
ORDERS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 

P

PAYMENT_METHODS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
postCreateOauthApplication(OauthApplication) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
postCreateOrder(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
postCreatePaymentObject(ButtonRequest) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
postCreateUser(UserRequest) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
postOrders(ButtonRequest) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
postTokens() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
postTokensRedeem(TokenRequest) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
postTransactionsRequestMoney(TransactionFromRequest) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
PRICES_BUY - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
PRICES_HISTORICAL - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
PRICES_SELL - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
PRICES_SPOT_RATE - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
putTransactionsCompleteRequest(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
putTransactionsResendRequest(String) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
putUserAccountSettings(String, UserRequest) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 

R

RECEIVE_ADDRESS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
Recipent - Class in com.github.kevinstl.coinbase.java.domain.response
 
Recipent() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.Recipent
 
REQUEST_MONEY - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
RESEND_REQUEST - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
ResponseDeserializer - Class in com.github.kevinstl.coinbase.java.domain.deserializer
 
ResponseDeserializer() - Constructor for class com.github.kevinstl.coinbase.java.domain.deserializer.ResponseDeserializer
 

S

SEND_MONEY - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
Sender - Class in com.github.kevinstl.coinbase.java.domain.response
 
Sender() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.Sender
 
sendMoney(TransactionRequest) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
SendMoneyResponse - Class in com.github.kevinstl.coinbase.java.domain.response
 
SendMoneyResponse() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.SendMoneyResponse
 
setAmount(BigDecimal) - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionFromRequest.Transaction
 
setAmount(BigDecimal) - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionRequest.Transaction
 
setAmount(BigDecimal) - Method in class com.github.kevinstl.coinbase.java.domain.response.Amount
 
setAmount(Amount) - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
setApplication(OauthApplication.Application) - Method in class com.github.kevinstl.coinbase.java.domain.request.OauthApplication
 
setBank(Fee) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Fees
 
setBtc(Amount) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
setCallback_url(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
setCents(Integer) - Method in class com.github.kevinstl.coinbase.java.domain.response.Fee
 
setCode(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
setCoinbase(Fee) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Fees
 
setCoinbaseAuthenticatedHttpClient(CoinbaseAuthenticatedHttpClient) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
setCreatedAt(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
setCreatedAt(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
setCurrency(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Amount
 
setCurrencyIso(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Fee
 
setCustom(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
setDescription(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
setEmail(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.UserRequest.User
 
setEmail(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Recipent
 
setEmail(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Sender
 
setErrors(String[]) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse
 
setErrors(String[]) - Method in class com.github.kevinstl.coinbase.java.domain.response.SendMoneyResponse
 
setFees(BuyResponse.Fees) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
setFrom(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionFromRequest.Transaction
 
setHsh(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
setId(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Recipent
 
setId(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Sender
 
setId(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
setInclude_email(Boolean) - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
setName(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
setName(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.OauthApplication.Application
 
setName(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Recipent
 
setName(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Sender
 
setNotes(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionFromRequest.Transaction
 
setNotes(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionRequest.Transaction
 
setNotes(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
setPassword(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.UserRequest.User
 
setPayoutDate(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
setPrice_currency_iso(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
setPrice_string(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
setQty(BigDecimal) - Method in class com.github.kevinstl.coinbase.java.domain.request.BuyRequest
 
setRecipientAddress(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
setRedirect_uri(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.OauthApplication.Application
 
setRequest(Boolean) - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
setResponseDeserializer(ResponseDeserializer) - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
setStatus(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
setStatus(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
setStyle(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
setSubtotal(Amount) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
setSuccess(Boolean) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse
 
setSuccess(Boolean) - Method in class com.github.kevinstl.coinbase.java.domain.response.SendMoneyResponse
 
setTo(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.TransactionRequest.Transaction
 
setTotal(Amount) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
setTransaction(Transaction) - Method in class com.github.kevinstl.coinbase.java.domain.response.SendMoneyResponse
 
setTransfer(BuyResponse.Transfer) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse
 
setType(String) - Method in class com.github.kevinstl.coinbase.java.domain.request.ButtonRequest.Button
 
setType(String) - Method in class com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Transfer
 
setUsdToBtc(BigDecimal) - Method in class com.github.kevinstl.coinbase.java.domain.response.CurrencyExchangeRateResponse
 
setUser(UserRequest.User) - Method in class com.github.kevinstl.coinbase.java.domain.request.UserRequest
 
shutdown() - Method in class com.github.kevinstl.coinbase.java.client.CoinbaseHttpClient
 
SpringConfig - Class in com.github.kevinstl.coinbase.java.client.spring
 
SpringConfig() - Constructor for class com.github.kevinstl.coinbase.java.client.spring.SpringConfig
 

T

TokenRequest - Class in com.github.kevinstl.coinbase.java.domain.request
 
TokenRequest(String) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.TokenRequest
 
TOKENS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
Transaction - Class in com.github.kevinstl.coinbase.java.domain.response
 
Transaction() - Constructor for class com.github.kevinstl.coinbase.java.domain.response.Transaction
 
TransactionFromRequest - Class in com.github.kevinstl.coinbase.java.domain.request
 
TransactionFromRequest(String, BigDecimal, String) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.TransactionFromRequest
 
TransactionFromRequest.Transaction - Class in com.github.kevinstl.coinbase.java.domain.request
 
TransactionFromRequest.Transaction(String, BigDecimal, String) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.TransactionFromRequest.Transaction
 
TransactionRequest - Class in com.github.kevinstl.coinbase.java.domain.request
 
TransactionRequest(String, BigDecimal, String) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.TransactionRequest
 
TransactionRequest.Transaction - Class in com.github.kevinstl.coinbase.java.domain.request
 
TransactionRequest.Transaction(String, BigDecimal, String) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.TransactionRequest.Transaction
 
TRANSACTIONS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 
TRANSFERS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 

U

UserRequest - Class in com.github.kevinstl.coinbase.java.domain.request
 
UserRequest(String, String) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.UserRequest
 
UserRequest.User - Class in com.github.kevinstl.coinbase.java.domain.request
 
UserRequest.User(String, String) - Constructor for class com.github.kevinstl.coinbase.java.domain.request.UserRequest.User
 
USERS - Static variable in class com.github.kevinstl.coinbase.java.client.CoinbaseClient
 

V

valueOf(String) - Static method in enum com.github.kevinstl.coinbase.java.domain.types.ExchangeRateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.kevinstl.coinbase.java.domain.types.ExchangeRateType
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I O P R S T U V