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