Package com.microsoft.graph.models
Class WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder
- Enclosing class:
WorkbookFunctionsF_Inv_RTParameterSet
public static final class WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsF_Inv_RTParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe degFreedom1 parameter valueprotected com.google.gson.JsonElementThe degFreedom2 parameter valueprotected com.google.gson.JsonElementThe probability parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsF_Inv_RTParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDegFreedom1(com.google.gson.JsonElement val) Sets the DegFreedom1withDegFreedom2(com.google.gson.JsonElement val) Sets the DegFreedom2withProbability(com.google.gson.JsonElement val) Sets the Probability
-
Field Details
-
probability
@Nullable protected com.google.gson.JsonElement probabilityThe probability parameter value -
degFreedom1
@Nullable protected com.google.gson.JsonElement degFreedom1The degFreedom1 parameter value -
degFreedom2
@Nullable protected com.google.gson.JsonElement degFreedom2The degFreedom2 parameter value
-
-
Constructor Details
-
WorkbookFunctionsF_Inv_RTParameterSetBuilder
@Nullable protected WorkbookFunctionsF_Inv_RTParameterSetBuilder()Instanciates a new WorkbookFunctionsF_Inv_RTParameterSetBuilder
-
-
Method Details
-
withProbability
@Nonnull public WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_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
-
withDegFreedom1
@Nonnull public WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder withDegFreedom1(@Nullable com.google.gson.JsonElement val) Sets the DegFreedom1- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDegFreedom2
@Nonnull public WorkbookFunctionsF_Inv_RTParameterSet.WorkbookFunctionsF_Inv_RTParameterSetBuilder withDegFreedom2(@Nullable com.google.gson.JsonElement val) Sets the DegFreedom2- 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
-