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