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