public static final class WorkbookFunctionsYearFracParameterSet.WorkbookFunctionsYearFracParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
basis
The basis parameter value
|
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 |
WorkbookFunctionsYearFracParameterSetBuilder()
Instanciates a new WorkbookFunctionsYearFracParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsYearFracParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsYearFracParameterSet.WorkbookFunctionsYearFracParameterSetBuilder |
withBasis(com.google.gson.JsonElement val)
Sets the Basis
|
WorkbookFunctionsYearFracParameterSet.WorkbookFunctionsYearFracParameterSetBuilder |
withEndDate(com.google.gson.JsonElement val)
Sets the EndDate
|
WorkbookFunctionsYearFracParameterSet.WorkbookFunctionsYearFracParameterSetBuilder |
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 basis
@Nullable protected WorkbookFunctionsYearFracParameterSetBuilder()
@Nonnull public WorkbookFunctionsYearFracParameterSet.WorkbookFunctionsYearFracParameterSetBuilder withStartDate(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsYearFracParameterSet.WorkbookFunctionsYearFracParameterSetBuilder withEndDate(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsYearFracParameterSet.WorkbookFunctionsYearFracParameterSetBuilder withBasis(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsYearFracParameterSet build()