Uses of Enum Class
net.osslabz.lnd.dto.ChannelCloseSummaryClosureType
Packages that use ChannelCloseSummaryClosureType
-
Uses of ChannelCloseSummaryClosureType in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return ChannelCloseSummaryClosureTypeModifier and TypeMethodDescriptionLnrpcChannelCloseSummary.getCloseType()Get closeTypeChannelCloseSummaryClosureType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this class with the specified name.static ChannelCloseSummaryClosureType[]ChannelCloseSummaryClosureType.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 ChannelCloseSummaryClosureTypeModifier and TypeMethodDescriptionLnrpcChannelCloseSummary.closeType(ChannelCloseSummaryClosureType closeType) voidLnrpcChannelCloseSummary.setCloseType(ChannelCloseSummaryClosureType closeType) voidChannelCloseSummaryClosureType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ChannelCloseSummaryClosureType enumeration)