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