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