Package com.microsoft.graph.models
Class WorkbookFunctionsDollarFrParameterSet.WorkbookFunctionsDollarFrParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDollarFrParameterSet.WorkbookFunctionsDollarFrParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDollarFrParameterSet
public static final class WorkbookFunctionsDollarFrParameterSet.WorkbookFunctionsDollarFrParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDollarFrParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe decimalDollar parameter valueprotected com.google.gson.JsonElementThe fraction parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsDollarFrParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDecimalDollar(com.google.gson.JsonElement val) Sets the DecimalDollarwithFraction(com.google.gson.JsonElement val) Sets the Fraction
-
Field Details
-
decimalDollar
@Nullable protected com.google.gson.JsonElement decimalDollarThe decimalDollar parameter value -
fraction
@Nullable protected com.google.gson.JsonElement fractionThe fraction parameter value
-
-
Constructor Details
-
WorkbookFunctionsDollarFrParameterSetBuilder
@Nullable protected WorkbookFunctionsDollarFrParameterSetBuilder()Instanciates a new WorkbookFunctionsDollarFrParameterSetBuilder
-
-
Method Details
-
withDecimalDollar
@Nonnull public WorkbookFunctionsDollarFrParameterSet.WorkbookFunctionsDollarFrParameterSetBuilder withDecimalDollar(@Nullable com.google.gson.JsonElement val) Sets the DecimalDollar- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withFraction
@Nonnull public WorkbookFunctionsDollarFrParameterSet.WorkbookFunctionsDollarFrParameterSetBuilder 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
-