public static final class WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
lowerLimit
The lowerLimit parameter value
|
protected com.google.gson.JsonElement |
upperLimit
The upperLimit parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsErfParameterSetBuilder()
Instanciates a new WorkbookFunctionsErfParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsErfParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder |
withLowerLimit(com.google.gson.JsonElement val)
Sets the LowerLimit
|
WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder |
withUpperLimit(com.google.gson.JsonElement val)
Sets the UpperLimit
|
@Nullable protected com.google.gson.JsonElement lowerLimit
@Nullable protected com.google.gson.JsonElement upperLimit
@Nullable protected WorkbookFunctionsErfParameterSetBuilder()
@Nonnull public WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder withLowerLimit(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder withUpperLimit(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsErfParameterSet build()