public static final class WorkbookFunctionsSubtotalParameterSet.WorkbookFunctionsSubtotalParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
functionNum
The functionNum parameter value
|
protected com.google.gson.JsonElement |
values
The values parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsSubtotalParameterSetBuilder()
Instanciates a new WorkbookFunctionsSubtotalParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsSubtotalParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsSubtotalParameterSet.WorkbookFunctionsSubtotalParameterSetBuilder |
withFunctionNum(com.google.gson.JsonElement val)
Sets the FunctionNum
|
WorkbookFunctionsSubtotalParameterSet.WorkbookFunctionsSubtotalParameterSetBuilder |
withValues(com.google.gson.JsonElement val)
Sets the Values
|
@Nullable protected com.google.gson.JsonElement functionNum
@Nullable protected com.google.gson.JsonElement values
@Nullable protected WorkbookFunctionsSubtotalParameterSetBuilder()
@Nonnull public WorkbookFunctionsSubtotalParameterSet.WorkbookFunctionsSubtotalParameterSetBuilder withFunctionNum(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsSubtotalParameterSet.WorkbookFunctionsSubtotalParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsSubtotalParameterSet build()