public static final class WorkbookFunctionsMroundParameterSet.WorkbookFunctionsMroundParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
multiple
The multiple parameter value
|
protected com.google.gson.JsonElement |
number
The number parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsMroundParameterSetBuilder()
Instanciates a new WorkbookFunctionsMroundParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsMroundParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsMroundParameterSet.WorkbookFunctionsMroundParameterSetBuilder |
withMultiple(com.google.gson.JsonElement val)
Sets the Multiple
|
WorkbookFunctionsMroundParameterSet.WorkbookFunctionsMroundParameterSetBuilder |
withNumber(com.google.gson.JsonElement val)
Sets the Number
|
@Nullable protected com.google.gson.JsonElement number
@Nullable protected com.google.gson.JsonElement multiple
@Nullable protected WorkbookFunctionsMroundParameterSetBuilder()
@Nonnull public WorkbookFunctionsMroundParameterSet.WorkbookFunctionsMroundParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsMroundParameterSet.WorkbookFunctionsMroundParameterSetBuilder withMultiple(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsMroundParameterSet build()