public static final class ConversationThreadReplyParameterSet.ConversationThreadReplyParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Post |
post
The post parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
ConversationThreadReplyParameterSetBuilder()
Instanciates a new ConversationThreadReplyParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
ConversationThreadReplyParameterSet |
build()
Buils the resulting body object to be passed to the request
|
ConversationThreadReplyParameterSet.ConversationThreadReplyParameterSetBuilder |
withPost(Post val)
Sets the Post
|
@Nullable protected Post post
@Nullable protected ConversationThreadReplyParameterSetBuilder()
@Nonnull public ConversationThreadReplyParameterSet.ConversationThreadReplyParameterSetBuilder withPost(@Nullable Post val)
val
- the value to set it to@Nonnull public ConversationThreadReplyParameterSet build()