Package com.lucimber.dbus.message
Class OutboundMethodReturn.Builder
java.lang.Object
com.lucimber.dbus.message.OutboundMethodReturn.Builder
- Enclosing class:
- OutboundMethodReturn
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static OutboundMethodReturn.Builder
create()
withBody
(DBusSignature signature, List<? extends DBusType> payload) withDestination
(DBusString destination) withReplySerial
(DBusUInt32 replySerial) withSerial
(DBusUInt32 serial)
-
Method Details
-
create
-
withSerial
-
withReplySerial
-
withDestination
-
withBody
public OutboundMethodReturn.Builder withBody(DBusSignature signature, List<? extends DBusType> payload) -
build
-