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