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