Uses of Enum Class
net.osslabz.lnd.dto.PaymentPaymentStatus
Packages that use PaymentPaymentStatus
-
Uses of PaymentPaymentStatus in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return PaymentPaymentStatusModifier and TypeMethodDescriptionstatic PaymentPaymentStatusLnrpcPayment.getStatus()Get statusPaymentPaymentStatus.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static PaymentPaymentStatusReturns the enum constant of this class with the specified name.static PaymentPaymentStatus[]PaymentPaymentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.osslabz.lnd.dto with parameters of type PaymentPaymentStatusModifier and TypeMethodDescriptionvoidLnrpcPayment.setStatus(PaymentPaymentStatus status) LnrpcPayment.status(PaymentPaymentStatus status) voidPaymentPaymentStatus.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PaymentPaymentStatus enumeration)