Uses of Enum Class
net.osslabz.lnd.dto.LnrpcResolutionOutcome
Packages that use LnrpcResolutionOutcome
-
Uses of LnrpcResolutionOutcome in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcResolutionOutcomeModifier and TypeMethodDescriptionstatic LnrpcResolutionOutcomeLnrpcResolution.getOutcome()Get outcomeLnrpcResolutionOutcome.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static LnrpcResolutionOutcomeReturns the enum constant of this class with the specified name.static LnrpcResolutionOutcome[]LnrpcResolutionOutcome.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 LnrpcResolutionOutcomeModifier and TypeMethodDescriptionLnrpcResolution.outcome(LnrpcResolutionOutcome outcome) voidLnrpcResolution.setOutcome(LnrpcResolutionOutcome outcome) voidLnrpcResolutionOutcome.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, LnrpcResolutionOutcome enumeration)