public static final class MessageCreateReplyParameterSet.MessageCreateReplyParameterSetBuilder
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 |
MessageCreateReplyParameterSetBuilder()
Instanciates a new MessageCreateReplyParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
MessageCreateReplyParameterSet |
build()
Buils the resulting body object to be passed to the request
|
MessageCreateReplyParameterSet.MessageCreateReplyParameterSetBuilder |
withComment(java.lang.String val)
Sets the Comment
|
MessageCreateReplyParameterSet.MessageCreateReplyParameterSetBuilder |
withMessage(Message val)
Sets the Message
|
@Nullable protected Message message
@Nullable protected java.lang.String comment
@Nullable protected MessageCreateReplyParameterSetBuilder()
@Nonnull public MessageCreateReplyParameterSet.MessageCreateReplyParameterSetBuilder withMessage(@Nullable Message val)
val - the value to set it to@Nonnull public MessageCreateReplyParameterSet.MessageCreateReplyParameterSetBuilder withComment(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public MessageCreateReplyParameterSet build()