Package com.microsoft.graph.models
Class EventTentativelyAcceptParameterSet.EventTentativelyAcceptParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.EventTentativelyAcceptParameterSet.EventTentativelyAcceptParameterSetBuilder
- Enclosing class:
EventTentativelyAcceptParameterSet
public static final class EventTentativelyAcceptParameterSet.EventTentativelyAcceptParameterSetBuilder
extends Object
Fluent builder for the EventTentativelyAcceptParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new EventTentativelyAcceptParameterSetBuilder -
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
-
proposedNewTime
The proposedNewTime parameter value -
sendResponse
The sendResponse parameter value -
comment
The comment parameter value
-
-
Constructor Details
-
EventTentativelyAcceptParameterSetBuilder
@Nullable protected EventTentativelyAcceptParameterSetBuilder()Instanciates a new EventTentativelyAcceptParameterSetBuilder
-
-
Method Details
-
withProposedNewTime
@Nonnull public EventTentativelyAcceptParameterSet.EventTentativelyAcceptParameterSetBuilder withProposedNewTime(@Nullable TimeSlot val) Sets the ProposedNewTime- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSendResponse
@Nonnull public EventTentativelyAcceptParameterSet.EventTentativelyAcceptParameterSetBuilder withSendResponse(@Nullable Boolean val) Sets the SendResponse- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withComment
@Nonnull public EventTentativelyAcceptParameterSet.EventTentativelyAcceptParameterSetBuilder 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
-