Uses of Class
org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService.HttpMethod
-
Packages that use CoinbaseBaseService.HttpMethod Package Description org.knowm.xchange.coinbase.v2.service -
-
Uses of CoinbaseBaseService.HttpMethod in org.knowm.xchange.coinbase.v2.service
Methods in org.knowm.xchange.coinbase.v2.service that return CoinbaseBaseService.HttpMethod Modifier and Type Method Description static CoinbaseBaseService.HttpMethodCoinbaseBaseService.HttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CoinbaseBaseService.HttpMethod[]CoinbaseBaseService.HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.coinbase.v2.service with parameters of type CoinbaseBaseService.HttpMethod Modifier and Type Method Description protected StringCoinbaseBaseService. getSignature(BigDecimal timestamp, CoinbaseBaseService.HttpMethod method, String path, String body)protected voidCoinbaseBaseService. showCurl(CoinbaseBaseService.HttpMethod method, String apiKey, BigDecimal timestamp, String signature, String path, String json)
-