Uses of Enum Class
org.knowm.xchange.coinbasepro.CoinbasePro.CoinbaseProReportRequest.Format
Packages that use CoinbasePro.CoinbaseProReportRequest.Format
-
Uses of CoinbasePro.CoinbaseProReportRequest.Format in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro that return CoinbasePro.CoinbaseProReportRequest.FormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CoinbasePro.CoinbaseProReportRequest.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.coinbasepro with parameters of type CoinbasePro.CoinbaseProReportRequest.FormatModifierConstructorDescriptionCoinbaseProReportRequest(CoinbasePro.CoinbaseProReportRequest.Type type, Date startDate, Date endDate, String productId, String accountId, CoinbasePro.CoinbaseProReportRequest.Format format, String email)