Uses of Class
com.lucimber.dbus.message.InboundMethodCall.Builder
Packages that use InboundMethodCall.Builder
Package
Description
D-Bus message types and structures for method calls, returns, signals, and errors.
-
Uses of InboundMethodCall.Builder in com.lucimber.dbus.message
Methods in com.lucimber.dbus.message that return InboundMethodCall.BuilderModifier and TypeMethodDescriptionstatic InboundMethodCall.BuilderInboundMethodCall.Builder.create()InboundMethodCall.Builder.withBody(DBusSignature signature, List<? extends DBusType> payload) InboundMethodCall.Builder.withInterfaceName(DBusString iface) InboundMethodCall.Builder.withMember(DBusString member) InboundMethodCall.Builder.withObjectPath(DBusObjectPath path) InboundMethodCall.Builder.withReplyExpected(boolean replyExpected) InboundMethodCall.Builder.withSender(DBusString sender) InboundMethodCall.Builder.withSerial(DBusUInt32 serial)