Package com.microsoft.graph.models
Class WorkbookFunctionsRoundUpParameterSet.WorkbookFunctionsRoundUpParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRoundUpParameterSet.WorkbookFunctionsRoundUpParameterSetBuilder
- Enclosing class:
WorkbookFunctionsRoundUpParameterSet
public static final class WorkbookFunctionsRoundUpParameterSet.WorkbookFunctionsRoundUpParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsRoundUpParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsRoundUpParameterSetBuilder -
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
-
WorkbookFunctionsRoundUpParameterSetBuilder
@Nullable protected WorkbookFunctionsRoundUpParameterSetBuilder()Instanciates a new WorkbookFunctionsRoundUpParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsRoundUpParameterSet.WorkbookFunctionsRoundUpParameterSetBuilder 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 WorkbookFunctionsRoundUpParameterSet.WorkbookFunctionsRoundUpParameterSetBuilder 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
-