Package com.microsoft.graph.models
Class WorkbookFunctionsDollarDeParameterSet.WorkbookFunctionsDollarDeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDollarDeParameterSet.WorkbookFunctionsDollarDeParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDollarDeParameterSet
public static final class WorkbookFunctionsDollarDeParameterSet.WorkbookFunctionsDollarDeParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDollarDeParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The fraction parameter valueprotected com.google.gson.JsonElement
The fractionalDollar parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsDollarDeParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithFraction
(com.google.gson.JsonElement val) Sets the FractionwithFractionalDollar
(com.google.gson.JsonElement val) Sets the FractionalDollar
-
Field Details
-
fractionalDollar
@Nullable protected com.google.gson.JsonElement fractionalDollarThe fractionalDollar parameter value -
fraction
@Nullable protected com.google.gson.JsonElement fractionThe fraction parameter value
-
-
Constructor Details
-
WorkbookFunctionsDollarDeParameterSetBuilder
@Nullable protected WorkbookFunctionsDollarDeParameterSetBuilder()Instanciates a new WorkbookFunctionsDollarDeParameterSetBuilder
-
-
Method Details
-
withFractionalDollar
@Nonnull public WorkbookFunctionsDollarDeParameterSet.WorkbookFunctionsDollarDeParameterSetBuilder withFractionalDollar(@Nullable com.google.gson.JsonElement val) Sets the FractionalDollar- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withFraction
@Nonnull public WorkbookFunctionsDollarDeParameterSet.WorkbookFunctionsDollarDeParameterSetBuilder withFraction(@Nullable com.google.gson.JsonElement val) Sets the Fraction- 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
-