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