public static final class WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
formatText
The formatText parameter value
|
protected com.google.gson.JsonElement |
value
The value parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsTextParameterSetBuilder()
Instanciates a new WorkbookFunctionsTextParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsTextParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder |
withFormatText(com.google.gson.JsonElement val)
Sets the FormatText
|
WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder |
withValue(com.google.gson.JsonElement val)
Sets the Value
|
@Nullable protected com.google.gson.JsonElement value
@Nullable protected com.google.gson.JsonElement formatText
@Nullable protected WorkbookFunctionsTextParameterSetBuilder()
@Nonnull public WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder withValue(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder withFormatText(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsTextParameterSet build()