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