Package com.microsoft.graph.models
Class WorkbookFunctionsDec2BinParameterSet.WorkbookFunctionsDec2BinParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDec2BinParameterSet.WorkbookFunctionsDec2BinParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDec2BinParameterSet
public static final class WorkbookFunctionsDec2BinParameterSet.WorkbookFunctionsDec2BinParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDec2BinParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsDec2BinParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNumber
(com.google.gson.JsonElement val) Sets the NumberwithPlaces
(com.google.gson.JsonElement val) Sets the Places
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
places
@Nullable protected com.google.gson.JsonElement placesThe places parameter value
-
-
Constructor Details
-
WorkbookFunctionsDec2BinParameterSetBuilder
@Nullable protected WorkbookFunctionsDec2BinParameterSetBuilder()Instanciates a new WorkbookFunctionsDec2BinParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsDec2BinParameterSet.WorkbookFunctionsDec2BinParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withPlaces
@Nonnull public WorkbookFunctionsDec2BinParameterSet.WorkbookFunctionsDec2BinParameterSetBuilder withPlaces(@Nullable com.google.gson.JsonElement val) Sets the Places- 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
-