Uses of Enum
org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService.HttpMethod
Packages that use CoinbaseBaseService.HttpMethod
-
Uses of CoinbaseBaseService.HttpMethod in org.knowm.xchange.coinbase.v2.service
Methods in org.knowm.xchange.coinbase.v2.service that return CoinbaseBaseService.HttpMethodModifier and TypeMethodDescriptionReturns 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.HttpMethodModifier and TypeMethodDescriptionprotected 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)