public static final class WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
denominator
The denominator parameter value
|
protected com.google.gson.JsonElement |
numerator
The numerator parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsQuotientParameterSetBuilder()
Instanciates a new WorkbookFunctionsQuotientParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsQuotientParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder |
withDenominator(com.google.gson.JsonElement val)
Sets the Denominator
|
WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder |
withNumerator(com.google.gson.JsonElement val)
Sets the Numerator
|
@Nullable protected com.google.gson.JsonElement numerator
@Nullable protected com.google.gson.JsonElement denominator
@Nullable protected WorkbookFunctionsQuotientParameterSetBuilder()
@Nonnull public WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder withNumerator(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder withDenominator(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsQuotientParameterSet build()