Uses of Enum Class
net.osslabz.lnd.dto.LnrpcPaymentFailureReason
Packages that use LnrpcPaymentFailureReason
-
Uses of LnrpcPaymentFailureReason in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcPaymentFailureReasonModifier and TypeMethodDescriptionstatic LnrpcPaymentFailureReasonLnrpcPayment.getFailureReason()Get failureReasonLnrpcPaymentFailureReason.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static LnrpcPaymentFailureReasonReturns the enum constant of this class with the specified name.static LnrpcPaymentFailureReason[]LnrpcPaymentFailureReason.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 LnrpcPaymentFailureReasonModifier and TypeMethodDescriptionLnrpcPayment.failureReason(LnrpcPaymentFailureReason failureReason) voidLnrpcPayment.setFailureReason(LnrpcPaymentFailureReason failureReason) voidLnrpcPaymentFailureReason.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, LnrpcPaymentFailureReason enumeration)