Package com.microsoft.graph.models
Class WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder
- Enclosing class:
WorkbookFunctionsNetworkDaysParameterSet
public static final class WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNetworkDaysParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsNetworkDaysParameterSetBuilder -
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 StartDate
-
Field Details
-
startDate
@Nullable protected com.google.gson.JsonElement startDateThe startDate parameter value -
endDate
@Nullable protected com.google.gson.JsonElement endDateThe endDate parameter value -
holidays
@Nullable protected com.google.gson.JsonElement holidaysThe holidays parameter value
-
-
Constructor Details
-
WorkbookFunctionsNetworkDaysParameterSetBuilder
@Nullable protected WorkbookFunctionsNetworkDaysParameterSetBuilder()Instanciates a new WorkbookFunctionsNetworkDaysParameterSetBuilder
-
-
Method Details
-
withStartDate
@Nonnull public WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder 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 WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder withEndDate(@Nullable com.google.gson.JsonElement val) Sets the EndDate- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withHolidays
@Nonnull public WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder 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
-