public static final class WorkbookFunctionsGeStepParameterSet.WorkbookFunctionsGeStepParameterSetBuilder
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 |
step
The step parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsGeStepParameterSetBuilder()
Instanciates a new WorkbookFunctionsGeStepParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsGeStepParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsGeStepParameterSet.WorkbookFunctionsGeStepParameterSetBuilder |
withNumber(com.google.gson.JsonElement val)
Sets the Number
|
WorkbookFunctionsGeStepParameterSet.WorkbookFunctionsGeStepParameterSetBuilder |
withStep(com.google.gson.JsonElement val)
Sets the Step
|
@Nullable protected com.google.gson.JsonElement number
@Nullable protected com.google.gson.JsonElement step
@Nullable protected WorkbookFunctionsGeStepParameterSetBuilder()
@Nonnull public WorkbookFunctionsGeStepParameterSet.WorkbookFunctionsGeStepParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsGeStepParameterSet.WorkbookFunctionsGeStepParameterSetBuilder withStep(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsGeStepParameterSet build()