public static final class WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
text1
The text1 parameter value
|
protected com.google.gson.JsonElement |
text2
The text2 parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsExactParameterSetBuilder()
Instanciates a new WorkbookFunctionsExactParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsExactParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder |
withText1(com.google.gson.JsonElement val)
Sets the Text1
|
WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder |
withText2(com.google.gson.JsonElement val)
Sets the Text2
|
@Nullable protected com.google.gson.JsonElement text1
@Nullable protected com.google.gson.JsonElement text2
@Nullable protected WorkbookFunctionsExactParameterSetBuilder()
@Nonnull public WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder withText1(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder withText2(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsExactParameterSet build()