Package com.microsoft.graph.models
Class CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder
- Enclosing class:
CalendarGetScheduleParameterSet
public static final class CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder
extends Object
Fluent builder for the CalendarGetScheduleParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IntegerThe availabilityViewInterval parameter valueprotected DateTimeTimeZoneThe endTime parameter valueThe schedules parameter valueprotected DateTimeTimeZoneThe startTime parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new CalendarGetScheduleParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the AvailabilityViewIntervalSets the EndTimewithSchedules(List<String> val) Sets the SchedulesSets the StartTime
-
Field Details
-
schedules
The schedules parameter value -
endTime
The endTime parameter value -
startTime
The startTime parameter value -
availabilityViewInterval
The availabilityViewInterval parameter value
-
-
Constructor Details
-
CalendarGetScheduleParameterSetBuilder
@Nullable protected CalendarGetScheduleParameterSetBuilder()Instanciates a new CalendarGetScheduleParameterSetBuilder
-
-
Method Details
-
withSchedules
@Nonnull public CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder withSchedules(@Nullable List<String> val) Sets the Schedules- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withEndTime
@Nonnull public CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder withEndTime(@Nullable DateTimeTimeZone val) Sets the EndTime- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withStartTime
@Nonnull public CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder withStartTime(@Nullable DateTimeTimeZone val) Sets the StartTime- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withAvailabilityViewInterval
@Nonnull public CalendarGetScheduleParameterSet.CalendarGetScheduleParameterSetBuilder withAvailabilityViewInterval(@Nullable Integer val) Sets the AvailabilityViewInterval- 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
-