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