public static final class WorkbookFunctionsDgetParameterSet.WorkbookFunctionsDgetParameterSetBuilder
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 |
WorkbookFunctionsDgetParameterSetBuilder()
Instanciates a new WorkbookFunctionsDgetParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsDgetParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsDgetParameterSet.WorkbookFunctionsDgetParameterSetBuilder |
withCriteria(com.google.gson.JsonElement val)
Sets the Criteria
|
WorkbookFunctionsDgetParameterSet.WorkbookFunctionsDgetParameterSetBuilder |
withDatabase(com.google.gson.JsonElement val)
Sets the Database
|
WorkbookFunctionsDgetParameterSet.WorkbookFunctionsDgetParameterSetBuilder |
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 WorkbookFunctionsDgetParameterSetBuilder()
@Nonnull public WorkbookFunctionsDgetParameterSet.WorkbookFunctionsDgetParameterSetBuilder withDatabase(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDgetParameterSet.WorkbookFunctionsDgetParameterSetBuilder withField(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDgetParameterSet.WorkbookFunctionsDgetParameterSetBuilder withCriteria(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsDgetParameterSet build()