Package com.microsoft.graph.models
Class WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder
- Enclosing class:
WorkbookFunctionsWorkDay_IntlParameterSet
public static final class WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsWorkDay_IntlParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe days parameter valueprotected com.google.gson.JsonElementThe holidays parameter valueprotected com.google.gson.JsonElementThe startDate parameter valueprotected com.google.gson.JsonElementThe weekend parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsWorkDay_IntlParameterSetBuilder -
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 StartDatewithWeekend(com.google.gson.JsonElement val) Sets the Weekend
-
Field Details
-
startDate
@Nullable protected com.google.gson.JsonElement startDateThe startDate parameter value -
days
@Nullable protected com.google.gson.JsonElement daysThe days parameter value -
weekend
@Nullable protected com.google.gson.JsonElement weekendThe weekend parameter value -
holidays
@Nullable protected com.google.gson.JsonElement holidaysThe holidays parameter value
-
-
Constructor Details
-
WorkbookFunctionsWorkDay_IntlParameterSetBuilder
@Nullable protected WorkbookFunctionsWorkDay_IntlParameterSetBuilder()Instanciates a new WorkbookFunctionsWorkDay_IntlParameterSetBuilder
-
-
Method Details
-
withStartDate
@Nonnull public WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder 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 WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder withDays(@Nullable com.google.gson.JsonElement val) Sets the Days- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withWeekend
@Nonnull public WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder withWeekend(@Nullable com.google.gson.JsonElement val) Sets the Weekend- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withHolidays
@Nonnull public WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder 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
-