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