Package com.microsoft.graph.models
Class WorkbookFunctionsChiSq_Inv_RTParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsChiSq_Inv_RTParameterSet
The class for the Workbook Functions Chi Sq_Inv_RTParameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsChiSq_Inv_RTParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The deg Freedom.com.google.gson.JsonElement
The probability. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsChiSq_Inv_RTParameterSetprotected
WorkbookFunctionsChiSq_Inv_RTParameterSet
(WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsChiSq_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. -
degFreedom
@SerializedName(value="degFreedom", alternate="DegFreedom") @Expose @Nullable public com.google.gson.JsonElement degFreedomThe deg Freedom.
-
-
Constructor Details
-
WorkbookFunctionsChiSq_Inv_RTParameterSet
public WorkbookFunctionsChiSq_Inv_RTParameterSet()Instiaciates a new WorkbookFunctionsChiSq_Inv_RTParameterSet -
WorkbookFunctionsChiSq_Inv_RTParameterSet
protected WorkbookFunctionsChiSq_Inv_RTParameterSet(@Nonnull WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsChiSq_Inv_RTParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_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
-