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