Package com.microsoft.graph.models
Class EventAcceptParameterSet.EventAcceptParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.EventAcceptParameterSet.EventAcceptParameterSetBuilder
- Enclosing class:
EventAcceptParameterSet
Fluent builder for the EventAcceptParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new EventAcceptParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithComment
(String val) Sets the CommentwithSendResponse
(Boolean val) Sets the SendResponse
-
Field Details
-
sendResponse
The sendResponse parameter value -
comment
The comment parameter value
-
-
Constructor Details
-
EventAcceptParameterSetBuilder
@Nullable protected EventAcceptParameterSetBuilder()Instanciates a new EventAcceptParameterSetBuilder
-
-
Method Details
-
withSendResponse
@Nonnull public EventAcceptParameterSet.EventAcceptParameterSetBuilder withSendResponse(@Nullable Boolean val) Sets the SendResponse- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withComment
@Nonnull public EventAcceptParameterSet.EventAcceptParameterSetBuilder withComment(@Nullable String val) Sets the Comment- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-