public static final class WorkbookFunctionsDvarPParameterSet.WorkbookFunctionsDvarPParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
criteria
The criteria parameter value
|
protected com.google.gson.JsonElement |
database
The database parameter value
|
protected com.google.gson.JsonElement |
field
The field parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsDvarPParameterSetBuilder()
Instanciates a new WorkbookFunctionsDvarPParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsDvarPParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsDvarPParameterSet.WorkbookFunctionsDvarPParameterSetBuilder |
withCriteria(com.google.gson.JsonElement val)
Sets the Criteria
|
WorkbookFunctionsDvarPParameterSet.WorkbookFunctionsDvarPParameterSetBuilder |
withDatabase(com.google.gson.JsonElement val)
Sets the Database
|
WorkbookFunctionsDvarPParameterSet.WorkbookFunctionsDvarPParameterSetBuilder |
withField(com.google.gson.JsonElement val)
Sets the Field
|
@Nullable protected com.google.gson.JsonElement database
@Nullable protected com.google.gson.JsonElement field
@Nullable protected com.google.gson.JsonElement criteria
@Nullable protected WorkbookFunctionsDvarPParameterSetBuilder()
@Nonnull public WorkbookFunctionsDvarPParameterSet.WorkbookFunctionsDvarPParameterSetBuilder withDatabase(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDvarPParameterSet.WorkbookFunctionsDvarPParameterSetBuilder withField(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDvarPParameterSet.WorkbookFunctionsDvarPParameterSetBuilder withCriteria(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDvarPParameterSet build()