public class WorkbookFunctionsBeta_InvParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder
Fluent builder for the WorkbookFunctionsBeta_InvParameterSet
|
Modifier and Type | Field and Description |
---|---|
com.google.gson.JsonElement |
a
The a.
|
com.google.gson.JsonElement |
alpha
The alpha.
|
com.google.gson.JsonElement |
b
The b.
|
com.google.gson.JsonElement |
beta
The beta.
|
com.google.gson.JsonElement |
probability
The probability.
|
Modifier | Constructor and Description |
---|---|
|
WorkbookFunctionsBeta_InvParameterSet()
Instiaciates a new WorkbookFunctionsBeta_InvParameterSet
|
protected |
WorkbookFunctionsBeta_InvParameterSet(WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsBeta_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 WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="probability", alternate="Probability") @Expose @Nullable public com.google.gson.JsonElement probability
@SerializedName(value="alpha", alternate="Alpha") @Expose @Nullable public com.google.gson.JsonElement alpha
@SerializedName(value="beta", alternate="Beta") @Expose @Nullable public com.google.gson.JsonElement beta
@SerializedName(value="a", alternate="A") @Expose @Nullable public com.google.gson.JsonElement a
@SerializedName(value="b", alternate="B") @Expose @Nullable public com.google.gson.JsonElement b
public WorkbookFunctionsBeta_InvParameterSet()
protected WorkbookFunctionsBeta_InvParameterSet(@Nonnull WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()