Uses of Class
com.lucimber.dbus.message.InboundError.Builder
Packages that use InboundError.Builder
Package
Description
D-Bus message types and structures for method calls, returns, signals, and errors.
-
Uses of InboundError.Builder in com.lucimber.dbus.message
Methods in com.lucimber.dbus.message that return InboundError.BuilderModifier and TypeMethodDescriptionstatic InboundError.BuilderInboundError.Builder.create()InboundError.Builder.withBody(DBusSignature signature, List<? extends DBusType> payload) InboundError.Builder.withErrorName(DBusString errorName) InboundError.Builder.withReplySerial(DBusUInt32 replySerial) InboundError.Builder.withSender(DBusString sender) InboundError.Builder.withSerial(DBusUInt32 serial)