public static final class WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
endDate
The endDate 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 |
WorkbookFunctionsNetworkDaysParameterSetBuilder()
Instanciates a new WorkbookFunctionsNetworkDaysParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsNetworkDaysParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder |
withEndDate(com.google.gson.JsonElement val)
Sets the EndDate
|
WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder |
withHolidays(com.google.gson.JsonElement val)
Sets the Holidays
|
WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder |
withStartDate(com.google.gson.JsonElement val)
Sets the StartDate
|
@Nullable protected com.google.gson.JsonElement startDate
@Nullable protected com.google.gson.JsonElement endDate
@Nullable protected com.google.gson.JsonElement holidays
@Nullable protected WorkbookFunctionsNetworkDaysParameterSetBuilder()
@Nonnull public WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder withStartDate(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder withEndDate(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsNetworkDaysParameterSet.WorkbookFunctionsNetworkDaysParameterSetBuilder withHolidays(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsNetworkDaysParameterSet build()