Package com.microsoft.graph.models
Class EventDeclineParameterSet.EventDeclineParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.EventDeclineParameterSet.EventDeclineParameterSetBuilder
- Enclosing class:
EventDeclineParameterSet
Fluent builder for the EventDeclineParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new EventDeclineParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithComment
(String val) Sets the CommentSets the ProposedNewTimewithSendResponse
(Boolean val) Sets the SendResponse
-
Field Details
-
comment
The comment parameter value -
sendResponse
The sendResponse parameter value -
proposedNewTime
The proposedNewTime parameter value
-
-
Constructor Details
-
EventDeclineParameterSetBuilder
@Nullable protected EventDeclineParameterSetBuilder()Instanciates a new EventDeclineParameterSetBuilder
-
-
Method Details
-
withComment
@Nonnull public EventDeclineParameterSet.EventDeclineParameterSetBuilder withComment(@Nullable String val) Sets the Comment- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSendResponse
@Nonnull public EventDeclineParameterSet.EventDeclineParameterSetBuilder withSendResponse(@Nullable Boolean val) Sets the SendResponse- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withProposedNewTime
@Nonnull public EventDeclineParameterSet.EventDeclineParameterSetBuilder withProposedNewTime(@Nullable TimeSlot val) Sets the ProposedNewTime- 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
-