Package com.microsoft.graph.models
Class WorkbookFunctionsIntParameterSet.WorkbookFunctionsIntParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIntParameterSet.WorkbookFunctionsIntParameterSetBuilder
- Enclosing class:
WorkbookFunctionsIntParameterSet
public static final class WorkbookFunctionsIntParameterSet.WorkbookFunctionsIntParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsIntParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The number parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsIntParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNumber
(com.google.gson.JsonElement val) Sets the Number
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value
-
-
Constructor Details
-
WorkbookFunctionsIntParameterSetBuilder
@Nullable protected WorkbookFunctionsIntParameterSetBuilder()Instanciates a new WorkbookFunctionsIntParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsIntParameterSet.WorkbookFunctionsIntParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- 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
-