public static final class WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
findText
The findText parameter value
|
protected com.google.gson.JsonElement |
startNum
The startNum parameter value
|
protected com.google.gson.JsonElement |
withinText
The withinText parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsFindBParameterSetBuilder()
Instanciates a new WorkbookFunctionsFindBParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsFindBParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder |
withFindText(com.google.gson.JsonElement val)
Sets the FindText
|
WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder |
withStartNum(com.google.gson.JsonElement val)
Sets the StartNum
|
WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder |
withWithinText(com.google.gson.JsonElement val)
Sets the WithinText
|
@Nullable protected com.google.gson.JsonElement findText
@Nullable protected com.google.gson.JsonElement withinText
@Nullable protected com.google.gson.JsonElement startNum
@Nullable protected WorkbookFunctionsFindBParameterSetBuilder()
@Nonnull public WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder withFindText(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder withWithinText(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder withStartNum(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFindBParameterSet build()