public static final class WorkbookFunctionsRightParameterSet.WorkbookFunctionsRightParameterSetBuilder
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 |
WorkbookFunctionsRightParameterSetBuilder()
Instanciates a new WorkbookFunctionsRightParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsRightParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsRightParameterSet.WorkbookFunctionsRightParameterSetBuilder |
withNumChars(com.google.gson.JsonElement val)
Sets the NumChars
|
WorkbookFunctionsRightParameterSet.WorkbookFunctionsRightParameterSetBuilder |
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 WorkbookFunctionsRightParameterSetBuilder()
@Nonnull public WorkbookFunctionsRightParameterSet.WorkbookFunctionsRightParameterSetBuilder withText(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsRightParameterSet.WorkbookFunctionsRightParameterSetBuilder withNumChars(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsRightParameterSet build()