Package com.microsoft.graph.models
Class WorkbookFunctionsF_Dist_RTParameterSet.WorkbookFunctionsF_Dist_RTParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsF_Dist_RTParameterSet.WorkbookFunctionsF_Dist_RTParameterSetBuilder
- Enclosing class:
WorkbookFunctionsF_Dist_RTParameterSet
public static final class WorkbookFunctionsF_Dist_RTParameterSet.WorkbookFunctionsF_Dist_RTParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsF_Dist_RTParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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_Dist_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 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
-
-
Constructor Details
-
WorkbookFunctionsF_Dist_RTParameterSetBuilder
@Nullable protected WorkbookFunctionsF_Dist_RTParameterSetBuilder()Instanciates a new WorkbookFunctionsF_Dist_RTParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsF_Dist_RTParameterSet.WorkbookFunctionsF_Dist_RTParameterSetBuilder 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_Dist_RTParameterSet.WorkbookFunctionsF_Dist_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_Dist_RTParameterSet.WorkbookFunctionsF_Dist_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
-