Package com.microsoft.graph.models
Class WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder
- Enclosing class:
WorkbookFunctionsSeriesSumParameterSet
public static final class WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsSeriesSumParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe coefficients parameter valueprotected com.google.gson.JsonElementThe m parameter valueprotected com.google.gson.JsonElementThe n parameter valueprotected com.google.gson.JsonElementThe x parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsSeriesSumParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithCoefficients(com.google.gson.JsonElement val) Sets the CoefficientswithM(com.google.gson.JsonElement val) Sets the MwithN(com.google.gson.JsonElement val) Sets the NwithX(com.google.gson.JsonElement val) Sets the X
-
Field Details
-
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value -
n
@Nullable protected com.google.gson.JsonElement nThe n parameter value -
m
@Nullable protected com.google.gson.JsonElement mThe m parameter value -
coefficients
@Nullable protected com.google.gson.JsonElement coefficientsThe coefficients parameter value
-
-
Constructor Details
-
WorkbookFunctionsSeriesSumParameterSetBuilder
@Nullable protected WorkbookFunctionsSeriesSumParameterSetBuilder()Instanciates a new WorkbookFunctionsSeriesSumParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withN
@Nonnull public WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder withN(@Nullable com.google.gson.JsonElement val) Sets the N- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withM
@Nonnull public WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder withM(@Nullable com.google.gson.JsonElement val) Sets the M- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withCoefficients
@Nonnull public WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder withCoefficients(@Nullable com.google.gson.JsonElement val) Sets the Coefficients- 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
-