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