Package com.microsoft.graph.models
Class ScheduleShareParameterSet.ScheduleShareParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ScheduleShareParameterSet.ScheduleShareParameterSetBuilder
- Enclosing class:
ScheduleShareParameterSet
Fluent builder for the ScheduleShareParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OffsetDateTimeThe endDateTime parameter valueprotected BooleanThe notifyTeam parameter valueprotected OffsetDateTimeThe startDateTime parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ScheduleShareParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the EndDateTimewithNotifyTeam(Boolean val) Sets the NotifyTeamSets the StartDateTime
-
Field Details
-
notifyTeam
The notifyTeam parameter value -
startDateTime
The startDateTime parameter value -
endDateTime
The endDateTime parameter value
-
-
Constructor Details
-
ScheduleShareParameterSetBuilder
@Nullable protected ScheduleShareParameterSetBuilder()Instanciates a new ScheduleShareParameterSetBuilder
-
-
Method Details
-
withNotifyTeam
@Nonnull public ScheduleShareParameterSet.ScheduleShareParameterSetBuilder withNotifyTeam(@Nullable Boolean val) Sets the NotifyTeam- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withStartDateTime
@Nonnull public ScheduleShareParameterSet.ScheduleShareParameterSetBuilder withStartDateTime(@Nullable OffsetDateTime val) Sets the StartDateTime- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withEndDateTime
@Nonnull public ScheduleShareParameterSet.ScheduleShareParameterSetBuilder withEndDateTime(@Nullable OffsetDateTime val) Sets the EndDateTime- 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
-