Package com.microsoft.graph.models
Class WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder
- Enclosing class:
WorkbookFunctionsCeiling_MathParameterSet
public static final class WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsCeiling_MathParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe mode parameter valueprotected com.google.gson.JsonElementThe number parameter valueprotected com.google.gson.JsonElementThe significance parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsCeiling_MathParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithMode(com.google.gson.JsonElement val) Sets the ModewithNumber(com.google.gson.JsonElement val) Sets the NumberwithSignificance(com.google.gson.JsonElement val) Sets the Significance
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
significance
@Nullable protected com.google.gson.JsonElement significanceThe significance parameter value -
mode
@Nullable protected com.google.gson.JsonElement modeThe mode parameter value
-
-
Constructor Details
-
WorkbookFunctionsCeiling_MathParameterSetBuilder
@Nullable protected WorkbookFunctionsCeiling_MathParameterSetBuilder()Instanciates a new WorkbookFunctionsCeiling_MathParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSignificance
@Nonnull public WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder withSignificance(@Nullable com.google.gson.JsonElement val) Sets the Significance- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMode
@Nonnull public WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder withMode(@Nullable com.google.gson.JsonElement val) Sets the Mode- 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
-