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