public static final class WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
bottom
The bottom parameter value
|
protected com.google.gson.JsonElement |
top
The top parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsRandBetweenParameterSetBuilder()
Instanciates a new WorkbookFunctionsRandBetweenParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsRandBetweenParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder |
withBottom(com.google.gson.JsonElement val)
Sets the Bottom
|
WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder |
withTop(com.google.gson.JsonElement val)
Sets the Top
|
@Nullable protected com.google.gson.JsonElement bottom
@Nullable protected com.google.gson.JsonElement top
@Nullable protected WorkbookFunctionsRandBetweenParameterSetBuilder()
@Nonnull public WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder withBottom(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsRandBetweenParameterSet.WorkbookFunctionsRandBetweenParameterSetBuilder withTop(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsRandBetweenParameterSet build()