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