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