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