public static final class WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
cumulative
The cumulative parameter value
|
protected com.google.gson.JsonElement |
numberPop
The numberPop parameter value
|
protected com.google.gson.JsonElement |
numberSample
The numberSample parameter value
|
protected com.google.gson.JsonElement |
populationS
The populationS parameter value
|
protected com.google.gson.JsonElement |
sampleS
The sampleS parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsHypGeom_DistParameterSetBuilder()
Instanciates a new WorkbookFunctionsHypGeom_DistParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsHypGeom_DistParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder |
withCumulative(com.google.gson.JsonElement val)
Sets the Cumulative
|
WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder |
withNumberPop(com.google.gson.JsonElement val)
Sets the NumberPop
|
WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder |
withNumberSample(com.google.gson.JsonElement val)
Sets the NumberSample
|
WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder |
withPopulationS(com.google.gson.JsonElement val)
Sets the PopulationS
|
WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder |
withSampleS(com.google.gson.JsonElement val)
Sets the SampleS
|
@Nullable protected com.google.gson.JsonElement sampleS
@Nullable protected com.google.gson.JsonElement numberSample
@Nullable protected com.google.gson.JsonElement populationS
@Nullable protected com.google.gson.JsonElement numberPop
@Nullable protected com.google.gson.JsonElement cumulative
@Nullable protected WorkbookFunctionsHypGeom_DistParameterSetBuilder()
@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder withSampleS(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder withNumberSample(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder withPopulationS(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder withNumberPop(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet build()