public class WorkbookFunctionsHypGeom_DistParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder
Fluent builder for the WorkbookFunctionsHypGeom_DistParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
cumulative
The cumulative.
|
com.google.gson.JsonElement |
numberPop
The number Pop.
|
com.google.gson.JsonElement |
numberSample
The number Sample.
|
com.google.gson.JsonElement |
populationS
The population S.
|
com.google.gson.JsonElement |
sampleS
The sample S.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsHypGeom_DistParameterSet()
Instiaciates a new WorkbookFunctionsHypGeom_DistParameterSet
|
protected |
WorkbookFunctionsHypGeom_DistParameterSet(WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsHypGeom_DistParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="sampleS",
alternate="SampleS")
@Expose
@Nullable
public com.google.gson.JsonElement sampleS
@SerializedName(value="numberSample",
alternate="NumberSample")
@Expose
@Nullable
public com.google.gson.JsonElement numberSample
@SerializedName(value="populationS",
alternate="PopulationS")
@Expose
@Nullable
public com.google.gson.JsonElement populationS
@SerializedName(value="numberPop",
alternate="NumberPop")
@Expose
@Nullable
public com.google.gson.JsonElement numberPop
@SerializedName(value="cumulative",
alternate="Cumulative")
@Expose
@Nullable
public com.google.gson.JsonElement cumulative
public WorkbookFunctionsHypGeom_DistParameterSet()
protected WorkbookFunctionsHypGeom_DistParameterSet(@Nonnull
WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()