Package com.microsoft.graph.models
Class WorkbookFunctionsImPowerParameterSet.WorkbookFunctionsImPowerParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsImPowerParameterSet.WorkbookFunctionsImPowerParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsImPowerParameterSet
public static final class WorkbookFunctionsImPowerParameterSet.WorkbookFunctionsImPowerParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsImPowerParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsImPowerParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithInumber
(com.google.gson.JsonElement val) Sets the InumberwithNumber
(com.google.gson.JsonElement val) Sets the Number
-
Field Details
-
inumber
@Nullable protected com.google.gson.JsonElement inumberThe inumber parameter value -
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value
-
-
Constructor Details
-
WorkbookFunctionsImPowerParameterSetBuilder
@Nullable protected WorkbookFunctionsImPowerParameterSetBuilder()Instanciates a new WorkbookFunctionsImPowerParameterSetBuilder
-
-
Method Details
-
withInumber
@Nonnull public WorkbookFunctionsImPowerParameterSet.WorkbookFunctionsImPowerParameterSetBuilder withInumber(@Nullable com.google.gson.JsonElement val) Sets the Inumber- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withNumber
@Nonnull public WorkbookFunctionsImPowerParameterSet.WorkbookFunctionsImPowerParameterSetBuilder 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
-