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