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
ConstructorsModifierConstructorDescriptionprotectedInstanciates 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
-
comment
The comment parameter value -
sendResponse
The sendResponse parameter value
-
-
Constructor Details
-
EventAcceptParameterSetBuilder
@Nullable protected EventAcceptParameterSetBuilder()Instanciates a new EventAcceptParameterSetBuilder
-
-
Method Details
-
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
-
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
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-