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