Uses of Enum Class
net.osslabz.lnd.dto.LnrpcInvoiceHTLCState
Packages that use LnrpcInvoiceHTLCState
-
Uses of LnrpcInvoiceHTLCState in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcInvoiceHTLCStateModifier and TypeMethodDescriptionstatic LnrpcInvoiceHTLCStateLnrpcAMPInvoiceState.getState()Get stateLnrpcInvoiceHTLC.getState()Get stateLnrpcInvoiceHTLCState.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static LnrpcInvoiceHTLCStateReturns the enum constant of this class with the specified name.static LnrpcInvoiceHTLCState[]LnrpcInvoiceHTLCState.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 LnrpcInvoiceHTLCStateModifier and TypeMethodDescriptionvoidLnrpcAMPInvoiceState.setState(LnrpcInvoiceHTLCState state) voidLnrpcInvoiceHTLC.setState(LnrpcInvoiceHTLCState state) LnrpcAMPInvoiceState.state(LnrpcInvoiceHTLCState state) LnrpcInvoiceHTLC.state(LnrpcInvoiceHTLCState state) voidLnrpcInvoiceHTLCState.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, LnrpcInvoiceHTLCState enumeration)