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