public static final class WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder
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 |
range
The range parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsCountIfParameterSetBuilder()
Instanciates a new WorkbookFunctionsCountIfParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsCountIfParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder |
withCriteria(com.google.gson.JsonElement val)
Sets the Criteria
|
WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder |
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 WorkbookFunctionsCountIfParameterSetBuilder()
@Nonnull public WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder withRange(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder withCriteria(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsCountIfParameterSet build()