public static final class WorkbookFunctionsQuartile_IncParameterSet.WorkbookFunctionsQuartile_IncParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
array
The array parameter value
|
protected com.google.gson.JsonElement |
quart
The quart parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsQuartile_IncParameterSetBuilder()
Instanciates a new WorkbookFunctionsQuartile_IncParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsQuartile_IncParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsQuartile_IncParameterSet.WorkbookFunctionsQuartile_IncParameterSetBuilder |
withArray(com.google.gson.JsonElement val)
Sets the Array
|
WorkbookFunctionsQuartile_IncParameterSet.WorkbookFunctionsQuartile_IncParameterSetBuilder |
withQuart(com.google.gson.JsonElement val)
Sets the Quart
|
@Nullable protected com.google.gson.JsonElement array
@Nullable protected com.google.gson.JsonElement quart
@Nullable protected WorkbookFunctionsQuartile_IncParameterSetBuilder()
@Nonnull public WorkbookFunctionsQuartile_IncParameterSet.WorkbookFunctionsQuartile_IncParameterSetBuilder withArray(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsQuartile_IncParameterSet.WorkbookFunctionsQuartile_IncParameterSetBuilder withQuart(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsQuartile_IncParameterSet build()