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