Uses of Class
org.knowm.xchange.coinbase.v2.service.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.HttpMethod
CoinbaseBaseService.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 String
CoinbaseBaseService. getSignature(BigDecimal timestamp, CoinbaseBaseService.HttpMethod method, String path, String body)
protected void
CoinbaseBaseService. showCurl(CoinbaseBaseService.HttpMethod method, String apiKey, BigDecimal timestamp, String signature, String path, String json)