public static final class WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder
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
|
protected com.google.gson.JsonElement |
weekend
The weekend parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsWorkDay_IntlParameterSetBuilder()
Instanciates a new WorkbookFunctionsWorkDay_IntlParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsWorkDay_IntlParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder |
withDays(com.google.gson.JsonElement val)
Sets the Days
|
WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder |
withHolidays(com.google.gson.JsonElement val)
Sets the Holidays
|
WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder |
withStartDate(com.google.gson.JsonElement val)
Sets the StartDate
|
WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder |
withWeekend(com.google.gson.JsonElement val)
Sets the Weekend
|
@Nullable protected com.google.gson.JsonElement startDate
@Nullable protected com.google.gson.JsonElement days
@Nullable protected com.google.gson.JsonElement weekend
@Nullable protected com.google.gson.JsonElement holidays
@Nullable protected WorkbookFunctionsWorkDay_IntlParameterSetBuilder()
@Nonnull public WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder withStartDate(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder withDays(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder withWeekend(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder withHolidays(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWorkDay_IntlParameterSet build()