public static final class WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
days
The days parameter value
|
protected com.google.gson.JsonElement |
holidays
The holidays parameter value
|
protected com.google.gson.JsonElement |
startDate
The startDate parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsWorkDayParameterSetBuilder()
Instanciates a new WorkbookFunctionsWorkDayParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsWorkDayParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder |
withDays(com.google.gson.JsonElement val)
Sets the Days
|
WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder |
withHolidays(com.google.gson.JsonElement val)
Sets the Holidays
|
WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder |
withStartDate(com.google.gson.JsonElement val)
Sets the StartDate
|
@Nullable protected com.google.gson.JsonElement startDate
@Nullable protected com.google.gson.JsonElement days
@Nullable protected com.google.gson.JsonElement holidays
@Nullable protected WorkbookFunctionsWorkDayParameterSetBuilder()
@Nonnull public WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder withStartDate(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder withDays(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder withHolidays(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWorkDayParameterSet build()