public static final class WorkbookFunctionsDaysParameterSet.WorkbookFunctionsDaysParameterSetBuilder
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 |
startDate
The startDate parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsDaysParameterSetBuilder()
Instanciates a new WorkbookFunctionsDaysParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsDaysParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsDaysParameterSet.WorkbookFunctionsDaysParameterSetBuilder |
withEndDate(com.google.gson.JsonElement val)
Sets the EndDate
|
WorkbookFunctionsDaysParameterSet.WorkbookFunctionsDaysParameterSetBuilder |
withStartDate(com.google.gson.JsonElement val)
Sets the StartDate
|
@Nullable protected com.google.gson.JsonElement endDate
@Nullable protected com.google.gson.JsonElement startDate
@Nullable protected WorkbookFunctionsDaysParameterSetBuilder()
@Nonnull public WorkbookFunctionsDaysParameterSet.WorkbookFunctionsDaysParameterSetBuilder withEndDate(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsDaysParameterSet.WorkbookFunctionsDaysParameterSetBuilder withStartDate(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsDaysParameterSet build()