Package com.microsoft.graph.models
Class WorkbookFunctionsDollarParameterSet.WorkbookFunctionsDollarParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDollarParameterSet.WorkbookFunctionsDollarParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDollarParameterSet
public static final class WorkbookFunctionsDollarParameterSet.WorkbookFunctionsDollarParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDollarParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsDollarParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDecimals(com.google.gson.JsonElement val) Sets the DecimalswithNumber(com.google.gson.JsonElement val) Sets the Number
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
decimals
@Nullable protected com.google.gson.JsonElement decimalsThe decimals parameter value
-
-
Constructor Details
-
WorkbookFunctionsDollarParameterSetBuilder
@Nullable protected WorkbookFunctionsDollarParameterSetBuilder()Instanciates a new WorkbookFunctionsDollarParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsDollarParameterSet.WorkbookFunctionsDollarParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDecimals
@Nonnull public WorkbookFunctionsDollarParameterSet.WorkbookFunctionsDollarParameterSetBuilder withDecimals(@Nullable com.google.gson.JsonElement val) Sets the Decimals- 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
-