public static final class WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder
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_ExcParameterSetBuilder()
Instanciates a new WorkbookFunctionsQuartile_ExcParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsQuartile_ExcParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder |
withArray(com.google.gson.JsonElement val)
Sets the Array
|
WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder |
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_ExcParameterSetBuilder()
@Nonnull public WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder withArray(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder withQuart(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsQuartile_ExcParameterSet build()