Package com.microsoft.graph.models
Class WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder
- Enclosing class:
WorkbookFunctionsConvertParameterSet
public static final class WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsConvertParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsConvertParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithFromUnit(com.google.gson.JsonElement val) Sets the FromUnitwithNumber(com.google.gson.JsonElement val) Sets the NumberwithToUnit(com.google.gson.JsonElement val) Sets the ToUnit
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
fromUnit
@Nullable protected com.google.gson.JsonElement fromUnitThe fromUnit parameter value -
toUnit
@Nullable protected com.google.gson.JsonElement toUnitThe toUnit parameter value
-
-
Constructor Details
-
WorkbookFunctionsConvertParameterSetBuilder
@Nullable protected WorkbookFunctionsConvertParameterSetBuilder()Instanciates a new WorkbookFunctionsConvertParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withFromUnit
@Nonnull public WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder withFromUnit(@Nullable com.google.gson.JsonElement val) Sets the FromUnit- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withToUnit
@Nonnull public WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder withToUnit(@Nullable com.google.gson.JsonElement val) Sets the ToUnit- 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
-