Package com.microsoft.graph.models
Class WorkbookFunctionsBeta_InvParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBeta_InvParameterSet
The class for the Workbook Functions Beta_Inv Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsBeta_InvParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe a.com.google.gson.JsonElementThe alpha.com.google.gson.JsonElementThe b.com.google.gson.JsonElementThe beta.com.google.gson.JsonElementThe probability. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsBeta_InvParameterSetprotectedWorkbookFunctionsBeta_InvParameterSet(WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBeta_InvParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
probability
@SerializedName(value="probability", alternate="Probability") @Expose @Nullable public com.google.gson.JsonElement probabilityThe probability. -
alpha
@SerializedName(value="alpha", alternate="Alpha") @Expose @Nullable public com.google.gson.JsonElement alphaThe alpha. -
beta
@SerializedName(value="beta", alternate="Beta") @Expose @Nullable public com.google.gson.JsonElement betaThe beta. -
a
@SerializedName(value="a", alternate="A") @Expose @Nullable public com.google.gson.JsonElement aThe a. -
b
@SerializedName(value="b", alternate="B") @Expose @Nullable public com.google.gson.JsonElement bThe b.
-
-
Constructor Details
-
WorkbookFunctionsBeta_InvParameterSet
public WorkbookFunctionsBeta_InvParameterSet()Instiaciates a new WorkbookFunctionsBeta_InvParameterSet -
WorkbookFunctionsBeta_InvParameterSet
protected WorkbookFunctionsBeta_InvParameterSet(@Nonnull WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBeta_InvParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-