Package com.microsoft.graph.models
Class WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder
- Enclosing class:
WorkbookFunctionsWorkDayParameterSet
public static final class WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsWorkDayParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsWorkDayParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDays(com.google.gson.JsonElement val) Sets the DayswithHolidays(com.google.gson.JsonElement val) Sets the HolidayswithStartDate(com.google.gson.JsonElement val) Sets the StartDate
-
Field Details
-
startDate
@Nullable protected com.google.gson.JsonElement startDateThe startDate parameter value -
days
@Nullable protected com.google.gson.JsonElement daysThe days parameter value -
holidays
@Nullable protected com.google.gson.JsonElement holidaysThe holidays parameter value
-
-
Constructor Details
-
WorkbookFunctionsWorkDayParameterSetBuilder
@Nullable protected WorkbookFunctionsWorkDayParameterSetBuilder()Instanciates a new WorkbookFunctionsWorkDayParameterSetBuilder
-
-
Method Details
-
withStartDate
@Nonnull public WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder withStartDate(@Nullable com.google.gson.JsonElement val) Sets the StartDate- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDays
@Nonnull public WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder withDays(@Nullable com.google.gson.JsonElement val) Sets the Days- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withHolidays
@Nonnull public WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder withHolidays(@Nullable com.google.gson.JsonElement val) Sets the Holidays- 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
-