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