public static final class EventDeclineParameterSet.EventDeclineParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comment
The comment parameter value
|
protected java.lang.Boolean |
sendResponse
The sendResponse parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
EventDeclineParameterSetBuilder()
Instanciates a new EventDeclineParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
EventDeclineParameterSet |
build()
Buils the resulting body object to be passed to the request
|
EventDeclineParameterSet.EventDeclineParameterSetBuilder |
withComment(java.lang.String val)
Sets the Comment
|
EventDeclineParameterSet.EventDeclineParameterSetBuilder |
withSendResponse(java.lang.Boolean val)
Sets the SendResponse
|
@Nullable protected java.lang.String comment
@Nullable protected java.lang.Boolean sendResponse
@Nullable protected EventDeclineParameterSetBuilder()
@Nonnull public EventDeclineParameterSet.EventDeclineParameterSetBuilder withComment(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public EventDeclineParameterSet.EventDeclineParameterSetBuilder withSendResponse(@Nullable java.lang.Boolean val)
val - the value to set it to@Nonnull public EventDeclineParameterSet build()