Uses of Enum Class
org.knowm.xchange.coinbasepro.CoinbasePro.CoinbaseProReportRequest.Type
Packages that use CoinbasePro.CoinbaseProReportRequest.Type
-
Uses of CoinbasePro.CoinbaseProReportRequest.Type in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro that return CoinbasePro.CoinbaseProReportRequest.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CoinbasePro.CoinbaseProReportRequest.Type.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.TypeModifierConstructorDescriptionCoinbaseProReportRequest(CoinbasePro.CoinbaseProReportRequest.Type type, Date startDate, Date endDate, String productId, String accountId, CoinbasePro.CoinbaseProReportRequest.Format format, String email)