Package com.microsoft.graph.models
Class WorkbookFunctionsRoundDownParameterSet.WorkbookFunctionsRoundDownParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRoundDownParameterSet.WorkbookFunctionsRoundDownParameterSetBuilder
- Enclosing class:
WorkbookFunctionsRoundDownParameterSet
public static final class WorkbookFunctionsRoundDownParameterSet.WorkbookFunctionsRoundDownParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsRoundDownParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsRoundDownParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNumber
(com.google.gson.JsonElement val) Sets the NumberwithNumDigits
(com.google.gson.JsonElement val) Sets the NumDigits
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
numDigits
@Nullable protected com.google.gson.JsonElement numDigitsThe numDigits parameter value
-
-
Constructor Details
-
WorkbookFunctionsRoundDownParameterSetBuilder
@Nullable protected WorkbookFunctionsRoundDownParameterSetBuilder()Instanciates a new WorkbookFunctionsRoundDownParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsRoundDownParameterSet.WorkbookFunctionsRoundDownParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withNumDigits
@Nonnull public WorkbookFunctionsRoundDownParameterSet.WorkbookFunctionsRoundDownParameterSetBuilder withNumDigits(@Nullable com.google.gson.JsonElement val) Sets the NumDigits- 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
-