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