public static final class WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
months
The months parameter value
|
protected com.google.gson.JsonElement |
startDate
The startDate parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsEoMonthParameterSetBuilder()
Instanciates a new WorkbookFunctionsEoMonthParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsEoMonthParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder |
withMonths(com.google.gson.JsonElement val)
Sets the Months
|
WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder |
withStartDate(com.google.gson.JsonElement val)
Sets the StartDate
|
@Nullable protected com.google.gson.JsonElement startDate
@Nullable protected com.google.gson.JsonElement months
@Nullable protected WorkbookFunctionsEoMonthParameterSetBuilder()
@Nonnull public WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder withStartDate(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder withMonths(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsEoMonthParameterSet build()