Package com.microsoft.graph.models
Class WorkbookFunctionsT_Dist_2TParameterSet.WorkbookFunctionsT_Dist_2TParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsT_Dist_2TParameterSet.WorkbookFunctionsT_Dist_2TParameterSetBuilder
- Enclosing class:
WorkbookFunctionsT_Dist_2TParameterSet
public static final class WorkbookFunctionsT_Dist_2TParameterSet.WorkbookFunctionsT_Dist_2TParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsT_Dist_2TParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe degFreedom parameter valueprotected com.google.gson.JsonElementThe x parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsT_Dist_2TParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDegFreedom(com.google.gson.JsonElement val) Sets the DegFreedomwithX(com.google.gson.JsonElement val) Sets the X
-
Field Details
-
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value -
degFreedom
@Nullable protected com.google.gson.JsonElement degFreedomThe degFreedom parameter value
-
-
Constructor Details
-
WorkbookFunctionsT_Dist_2TParameterSetBuilder
@Nullable protected WorkbookFunctionsT_Dist_2TParameterSetBuilder()Instanciates a new WorkbookFunctionsT_Dist_2TParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsT_Dist_2TParameterSet.WorkbookFunctionsT_Dist_2TParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDegFreedom
@Nonnull public WorkbookFunctionsT_Dist_2TParameterSet.WorkbookFunctionsT_Dist_2TParameterSetBuilder 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
-