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