Package com.microsoft.graph.models
Class WorkbookFunctionsF_InvParameterSet.WorkbookFunctionsF_InvParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsF_InvParameterSet.WorkbookFunctionsF_InvParameterSetBuilder
- Enclosing class:
WorkbookFunctionsF_InvParameterSet
public static final class WorkbookFunctionsF_InvParameterSet.WorkbookFunctionsF_InvParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsF_InvParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The degFreedom1 parameter valueprotected com.google.gson.JsonElement
The degFreedom2 parameter valueprotected com.google.gson.JsonElement
The probability parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsF_InvParameterSetBuilder -
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_InvParameterSetBuilder
@Nullable protected WorkbookFunctionsF_InvParameterSetBuilder()Instanciates a new WorkbookFunctionsF_InvParameterSetBuilder
-
-
Method Details
-
withProbability
@Nonnull public WorkbookFunctionsF_InvParameterSet.WorkbookFunctionsF_InvParameterSetBuilder 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_InvParameterSet.WorkbookFunctionsF_InvParameterSetBuilder 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_InvParameterSet.WorkbookFunctionsF_InvParameterSetBuilder 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
-