public static final class WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
numberTimes
The numberTimes parameter value
|
protected com.google.gson.JsonElement |
text
The text parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsReptParameterSetBuilder()
Instanciates a new WorkbookFunctionsReptParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsReptParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder |
withNumberTimes(com.google.gson.JsonElement val)
Sets the NumberTimes
|
WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder |
withText(com.google.gson.JsonElement val)
Sets the Text
|
@Nullable protected com.google.gson.JsonElement text
@Nullable protected com.google.gson.JsonElement numberTimes
@Nullable protected WorkbookFunctionsReptParameterSetBuilder()
@Nonnull public WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder withText(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder withNumberTimes(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsReptParameterSet build()