Uses of Class
org.knowm.xchange.bitcoinde.v4.dto.BitcoindePaymentOption
-
Packages that use BitcoindePaymentOption Package Description org.knowm.xchange.bitcoinde.v4.dto org.knowm.xchange.bitcoinde.v4.service -
-
Uses of BitcoindePaymentOption in org.knowm.xchange.bitcoinde.v4.dto
Methods in org.knowm.xchange.bitcoinde.v4.dto that return BitcoindePaymentOption Modifier and Type Method Description static BitcoindePaymentOption
BitcoindePaymentOption. fromValue(int value)
static BitcoindePaymentOption
BitcoindePaymentOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitcoindePaymentOption[]
BitcoindePaymentOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.bitcoinde.v4.dto with parameters of type BitcoindePaymentOption Constructor Description BitcoindeOrderRequirements(BitcoindeTrustLevel minTrustLevel, Boolean onlyKycFull, String[] seatOfBank, BitcoindePaymentOption paymentOption)
-
Uses of BitcoindePaymentOption in org.knowm.xchange.bitcoinde.v4.service
Methods in org.knowm.xchange.bitcoinde.v4.service that return BitcoindePaymentOption Modifier and Type Method Description default BitcoindePaymentOption
BitcoindeOrderbookOrdersParams. onlyOrdersWithPaymentOption()
-