Uses of Enum Class
net.osslabz.lnd.dto.PeerSyncType
Packages that use PeerSyncType
-
Uses of PeerSyncType in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return PeerSyncTypeModifier and TypeMethodDescriptionstatic PeerSyncTypeLnrpcPeer.getSyncType()Get syncTypePeerSyncType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static PeerSyncTypeReturns the enum constant of this class with the specified name.static PeerSyncType[]PeerSyncType.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 PeerSyncTypeModifier and TypeMethodDescriptionvoidLnrpcPeer.setSyncType(PeerSyncType syncType) LnrpcPeer.syncType(PeerSyncType syncType) voidPeerSyncType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PeerSyncType enumeration)