public static final class WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
averageRange
The averageRange parameter value
|
protected com.google.gson.JsonElement |
criteria
The criteria parameter value
|
protected com.google.gson.JsonElement |
range
The range parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsAverageIfParameterSetBuilder()
Instanciates a new WorkbookFunctionsAverageIfParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsAverageIfParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder |
withAverageRange(com.google.gson.JsonElement val)
Sets the AverageRange
|
WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder |
withCriteria(com.google.gson.JsonElement val)
Sets the Criteria
|
WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder |
withRange(com.google.gson.JsonElement val)
Sets the Range
|
@Nullable protected com.google.gson.JsonElement range
@Nullable protected com.google.gson.JsonElement criteria
@Nullable protected com.google.gson.JsonElement averageRange
@Nullable protected WorkbookFunctionsAverageIfParameterSetBuilder()
@Nonnull public WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder withRange(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder withCriteria(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder withAverageRange(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsAverageIfParameterSet build()