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