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