Package com.microsoft.graph.models
Class WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder
- Enclosing class:
WorkbookFunctionsChiSq_Inv_RTParameterSet
public static final class WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsChiSq_Inv_RTParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe degFreedom parameter valueprotected com.google.gson.JsonElementThe probability parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDegFreedom(com.google.gson.JsonElement val) Sets the DegFreedomwithProbability(com.google.gson.JsonElement val) Sets the Probability
-
Field Details
-
probability
@Nullable protected com.google.gson.JsonElement probabilityThe probability parameter value -
degFreedom
@Nullable protected com.google.gson.JsonElement degFreedomThe degFreedom parameter value
-
-
Constructor Details
-
WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder
@Nullable protected WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder()Instanciates a new WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder
-
-
Method Details
-
withProbability
@Nonnull public WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder withProbability(@Nullable com.google.gson.JsonElement val) Sets the Probability- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDegFreedom
@Nonnull public WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder withDegFreedom(@Nullable com.google.gson.JsonElement val) Sets the DegFreedom- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-