Package com.lucimber.dbus.message
Class InboundMethodCall.Builder
java.lang.Object
com.lucimber.dbus.message.InboundMethodCall.Builder
- Enclosing class:
- InboundMethodCall
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static InboundMethodCall.Builder
create()
withBody
(DBusSignature signature, List<? extends DBusType> payload) withInterfaceName
(DBusString iface) withMember
(DBusString member) withObjectPath
(DBusObjectPath path) withReplyExpected
(boolean replyExpected) withSender
(DBusString sender) withSerial
(DBusUInt32 serial)
-
Method Details
-
create
-
withSerial
-
withSender
-
withObjectPath
-
withMember
-
withReplyExpected
-
withInterfaceName
-
withBody
public InboundMethodCall.Builder withBody(DBusSignature signature, List<? extends DBusType> payload) -
build
-