public class WorkbookFunctionsConfidence_TParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder
Fluent builder for the WorkbookFunctionsConfidence_TParameterSet
|
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_TParameterSet()
Instiaciates a new WorkbookFunctionsConfidence_TParameterSet
|
protected |
WorkbookFunctionsConfidence_TParameterSet(WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsConfidence_TParameterSet
|
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_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder |
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_TParameterSet()
protected WorkbookFunctionsConfidence_TParameterSet(@Nonnull WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()