Uses of Enum Class
net.osslabz.lnd.dto.LnrpcResolutionType
Packages that use LnrpcResolutionType
-
Uses of LnrpcResolutionType in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcResolutionTypeModifier and TypeMethodDescriptionstatic LnrpcResolutionTypeLnrpcResolution.getResolutionType()Get resolutionTypeLnrpcResolutionType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static LnrpcResolutionTypeReturns the enum constant of this class with the specified name.static LnrpcResolutionType[]LnrpcResolutionType.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 LnrpcResolutionTypeModifier and TypeMethodDescriptionLnrpcResolution.resolutionType(LnrpcResolutionType resolutionType) voidLnrpcResolution.setResolutionType(LnrpcResolutionType resolutionType) voidLnrpcResolutionType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, LnrpcResolutionType enumeration)