public static final class PostForwardParameterSet.PostForwardParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comment
The comment parameter value
|
protected java.util.List<Recipient> |
toRecipients
The toRecipients parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
PostForwardParameterSetBuilder()
Instanciates a new PostForwardParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
PostForwardParameterSet |
build()
Buils the resulting body object to be passed to the request
|
PostForwardParameterSet.PostForwardParameterSetBuilder |
withComment(java.lang.String val)
Sets the Comment
|
PostForwardParameterSet.PostForwardParameterSetBuilder |
withToRecipients(java.util.List<Recipient> val)
Sets the ToRecipients
|
@Nullable protected java.lang.String comment
@Nullable protected java.util.List<Recipient> toRecipients
@Nullable protected PostForwardParameterSetBuilder()
@Nonnull public PostForwardParameterSet.PostForwardParameterSetBuilder withComment(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public PostForwardParameterSet.PostForwardParameterSetBuilder withToRecipients(@Nullable java.util.List<Recipient> val)
val - the value to set it to@Nonnull public PostForwardParameterSet build()