public static final class WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder
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 |
WorkbookFunctionsFindParameterSetBuilder()
Instanciates a new WorkbookFunctionsFindParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsFindParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder |
withFindText(com.google.gson.JsonElement val)
Sets the FindText
|
WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder |
withStartNum(com.google.gson.JsonElement val)
Sets the StartNum
|
WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder |
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 WorkbookFunctionsFindParameterSetBuilder()
@Nonnull public WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder withFindText(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder withWithinText(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder withStartNum(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFindParameterSet build()