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