Package com.microsoft.graph.models
Class WorkbookFunctionsImDivParameterSet.WorkbookFunctionsImDivParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsImDivParameterSet.WorkbookFunctionsImDivParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsImDivParameterSet
public static final class WorkbookFunctionsImDivParameterSet.WorkbookFunctionsImDivParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsImDivParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsImDivParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithInumber1
(com.google.gson.JsonElement val) Sets the Inumber1withInumber2
(com.google.gson.JsonElement val) Sets the Inumber2
-
Field Details
-
inumber1
@Nullable protected com.google.gson.JsonElement inumber1The inumber1 parameter value -
inumber2
@Nullable protected com.google.gson.JsonElement inumber2The inumber2 parameter value
-
-
Constructor Details
-
WorkbookFunctionsImDivParameterSetBuilder
@Nullable protected WorkbookFunctionsImDivParameterSetBuilder()Instanciates a new WorkbookFunctionsImDivParameterSetBuilder
-
-
Method Details
-
withInumber1
@Nonnull public WorkbookFunctionsImDivParameterSet.WorkbookFunctionsImDivParameterSetBuilder withInumber1(@Nullable com.google.gson.JsonElement val) Sets the Inumber1- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withInumber2
@Nonnull public WorkbookFunctionsImDivParameterSet.WorkbookFunctionsImDivParameterSetBuilder withInumber2(@Nullable com.google.gson.JsonElement val) Sets the Inumber2- 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
-