public class WorkbookFunctionsBinom_Dist_RangeParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder
Fluent builder for the WorkbookFunctionsBinom_Dist_RangeParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
numberS
The number S.
|
com.google.gson.JsonElement |
numberS2
The number S2.
|
com.google.gson.JsonElement |
probabilityS
The probability S.
|
com.google.gson.JsonElement |
trials
The trials.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsBinom_Dist_RangeParameterSet()
Instiaciates a new WorkbookFunctionsBinom_Dist_RangeParameterSet
|
protected |
WorkbookFunctionsBinom_Dist_RangeParameterSet(WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsBinom_Dist_RangeParameterSet
|
| 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 WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="trials",
alternate="Trials")
@Expose
@Nullable
public com.google.gson.JsonElement trials
@SerializedName(value="probabilityS",
alternate="ProbabilityS")
@Expose
@Nullable
public com.google.gson.JsonElement probabilityS
@SerializedName(value="numberS",
alternate="NumberS")
@Expose
@Nullable
public com.google.gson.JsonElement numberS
@SerializedName(value="numberS2",
alternate="NumberS2")
@Expose
@Nullable
public com.google.gson.JsonElement numberS2
public WorkbookFunctionsBinom_Dist_RangeParameterSet()
protected WorkbookFunctionsBinom_Dist_RangeParameterSet(@Nonnull
WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()