public class WorkbookFunctionsChiSq_Inv_RTParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder
Fluent builder for the WorkbookFunctionsChiSq_Inv_RTParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
degFreedom
The deg Freedom.
|
com.google.gson.JsonElement |
probability
The probability.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsChiSq_Inv_RTParameterSet()
Instiaciates a new WorkbookFunctionsChiSq_Inv_RTParameterSet
|
protected |
WorkbookFunctionsChiSq_Inv_RTParameterSet(WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsChiSq_Inv_RTParameterSet
|
| 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 WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="probability",
alternate="Probability")
@Expose
@Nullable
public com.google.gson.JsonElement probability
@SerializedName(value="degFreedom",
alternate="DegFreedom")
@Expose
@Nullable
public com.google.gson.JsonElement degFreedom
public WorkbookFunctionsChiSq_Inv_RTParameterSet()
protected WorkbookFunctionsChiSq_Inv_RTParameterSet(@Nonnull
WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()