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