Package com.microsoft.graph.models
Class WorkbookFunctionsF_Inv_RTParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsF_Inv_RTParameterSet
The class for the Workbook Functions F_Inv_RTParameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsF_Inv_RTParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The deg Freedom1.com.google.gson.JsonElement
The deg Freedom2.com.google.gson.JsonElement
The probability. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsF_Inv_RTParameterSetprotected
WorkbookFunctionsF_Inv_RTParameterSet
(WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsF_Inv_RTParameterSet -
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. -
degFreedom1
@SerializedName(value="degFreedom1", alternate="DegFreedom1") @Expose @Nullable public com.google.gson.JsonElement degFreedom1The deg Freedom1. -
degFreedom2
@SerializedName(value="degFreedom2", alternate="DegFreedom2") @Expose @Nullable public com.google.gson.JsonElement degFreedom2The deg Freedom2.
-
-
Constructor Details
-
WorkbookFunctionsF_Inv_RTParameterSet
public WorkbookFunctionsF_Inv_RTParameterSet()Instiaciates a new WorkbookFunctionsF_Inv_RTParameterSet -
WorkbookFunctionsF_Inv_RTParameterSet
protected WorkbookFunctionsF_Inv_RTParameterSet(@Nonnull WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsF_Inv_RTParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder 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
-