Package com.microsoft.graph.models
Class WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder
- Enclosing class:
WorkbookFunctionsF_DistParameterSet
public static final class WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsF_DistParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe cumulative parameter valueprotected com.google.gson.JsonElementThe degFreedom1 parameter valueprotected com.google.gson.JsonElementThe degFreedom2 parameter valueprotected com.google.gson.JsonElementThe x parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsF_DistParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithCumulative(com.google.gson.JsonElement val) Sets the CumulativewithDegFreedom1(com.google.gson.JsonElement val) Sets the DegFreedom1withDegFreedom2(com.google.gson.JsonElement val) Sets the DegFreedom2withX(com.google.gson.JsonElement val) Sets the X
-
Field Details
-
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value -
degFreedom1
@Nullable protected com.google.gson.JsonElement degFreedom1The degFreedom1 parameter value -
degFreedom2
@Nullable protected com.google.gson.JsonElement degFreedom2The degFreedom2 parameter value -
cumulative
@Nullable protected com.google.gson.JsonElement cumulativeThe cumulative parameter value
-
-
Constructor Details
-
WorkbookFunctionsF_DistParameterSetBuilder
@Nullable protected WorkbookFunctionsF_DistParameterSetBuilder()Instanciates a new WorkbookFunctionsF_DistParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDegFreedom1
@Nonnull public WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder 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_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder withDegFreedom2(@Nullable com.google.gson.JsonElement val) Sets the DegFreedom2- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withCumulative
@Nonnull public WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val) Sets the Cumulative- 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
-