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