public static final class MessageCreateReplyAllParameterSet.MessageCreateReplyAllParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
comment
The comment parameter value
|
protected Message |
message
The message parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
MessageCreateReplyAllParameterSetBuilder()
Instanciates a new MessageCreateReplyAllParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
MessageCreateReplyAllParameterSet |
build()
Buils the resulting body object to be passed to the request
|
MessageCreateReplyAllParameterSet.MessageCreateReplyAllParameterSetBuilder |
withComment(java.lang.String val)
Sets the Comment
|
MessageCreateReplyAllParameterSet.MessageCreateReplyAllParameterSetBuilder |
withMessage(Message val)
Sets the Message
|
@Nullable protected Message message
@Nullable protected java.lang.String comment
@Nullable protected MessageCreateReplyAllParameterSetBuilder()
@Nonnull public MessageCreateReplyAllParameterSet.MessageCreateReplyAllParameterSetBuilder withMessage(@Nullable Message val)
val
- the value to set it to@Nonnull public MessageCreateReplyAllParameterSet.MessageCreateReplyAllParameterSetBuilder withComment(@Nullable java.lang.String val)
val
- the value to set it to@Nonnull public MessageCreateReplyAllParameterSet build()