class Builder (source)
<init> |
Builder(target: Recipient, senderId: String, text: String) |
options |
var options: List<Option> |
optionsWithoutDescription |
var optionsWithoutDescription: List<OptionWithoutDescription> |
senderId |
val senderId: String |
sourceAppId |
var sourceAppId: String? |
target |
val target: Recipient |
text |
val text: String |
build |
fun build(): DirectMessageOutcomingEvent |
withOptions |
fun withOptions(vararg options: Option): Builderfun withOptions(vararg optionsWithoutDescription: OptionWithoutDescription): Builder |
withSourceAppId |
fun withSourceAppId(sourceAppId: String): Builder |