Package com.microsoft.graph.models
Class WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_IntlParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_IntlParameterSetBuilder
- Enclosing class:
WorkbookFunctionsNetworkDays_IntlParameterSet
public static final class WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_IntlParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNetworkDays_IntlParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe endDate 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 WorkbookFunctionsNetworkDays_IntlParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithEndDate(com.google.gson.JsonElement val) Sets the EndDatewithHolidays(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 -
endDate
@Nullable protected com.google.gson.JsonElement endDateThe endDate 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
-
WorkbookFunctionsNetworkDays_IntlParameterSetBuilder
@Nullable protected WorkbookFunctionsNetworkDays_IntlParameterSetBuilder()Instanciates a new WorkbookFunctionsNetworkDays_IntlParameterSetBuilder
-
-
Method Details
-
withStartDate
@Nonnull public WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_IntlParameterSetBuilder withStartDate(@Nullable com.google.gson.JsonElement val) Sets the StartDate- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withEndDate
@Nonnull public WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_IntlParameterSetBuilder withEndDate(@Nullable com.google.gson.JsonElement val) Sets the EndDate- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withWeekend
@Nonnull public WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_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 WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_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
-