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