public static final class WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
instanceNum
The instanceNum parameter value
|
protected com.google.gson.JsonElement |
newText
The newText parameter value
|
protected com.google.gson.JsonElement |
oldText
The oldText parameter value
|
protected com.google.gson.JsonElement |
text
The text parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsSubstituteParameterSetBuilder()
Instanciates a new WorkbookFunctionsSubstituteParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsSubstituteParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder |
withInstanceNum(com.google.gson.JsonElement val)
Sets the InstanceNum
|
WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder |
withNewText(com.google.gson.JsonElement val)
Sets the NewText
|
WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder |
withOldText(com.google.gson.JsonElement val)
Sets the OldText
|
WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder |
withText(com.google.gson.JsonElement val)
Sets the Text
|
@Nullable protected com.google.gson.JsonElement text
@Nullable protected com.google.gson.JsonElement oldText
@Nullable protected com.google.gson.JsonElement newText
@Nullable protected com.google.gson.JsonElement instanceNum
@Nullable protected WorkbookFunctionsSubstituteParameterSetBuilder()
@Nonnull public WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder withText(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder withOldText(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder withNewText(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder withInstanceNum(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsSubstituteParameterSet build()