public class WorkbookFunctionsF_Inv_RTParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder
Fluent builder for the WorkbookFunctionsF_Inv_RTParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
degFreedom1
The deg Freedom1.
|
com.google.gson.JsonElement |
degFreedom2
The deg Freedom2.
|
com.google.gson.JsonElement |
probability
The probability.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsF_Inv_RTParameterSet()
Instiaciates a new WorkbookFunctionsF_Inv_RTParameterSet
|
protected |
WorkbookFunctionsF_Inv_RTParameterSet(WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsF_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 WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_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="degFreedom1",
alternate="DegFreedom1")
@Expose
@Nullable
public com.google.gson.JsonElement degFreedom1
@SerializedName(value="degFreedom2",
alternate="DegFreedom2")
@Expose
@Nullable
public com.google.gson.JsonElement degFreedom2
public WorkbookFunctionsF_Inv_RTParameterSet()
protected WorkbookFunctionsF_Inv_RTParameterSet(@Nonnull
WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()