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