Package com.microsoft.graph.models
Class WorkbookFunctionsPowerParameterSet.WorkbookFunctionsPowerParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPowerParameterSet.WorkbookFunctionsPowerParameterSetBuilder
- Enclosing class:
WorkbookFunctionsPowerParameterSet
public static final class WorkbookFunctionsPowerParameterSet.WorkbookFunctionsPowerParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsPowerParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsPowerParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithNumber(com.google.gson.JsonElement val) Sets the NumberwithPower(com.google.gson.JsonElement val) Sets the Power
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
power
@Nullable protected com.google.gson.JsonElement powerThe power parameter value
-
-
Constructor Details
-
WorkbookFunctionsPowerParameterSetBuilder
@Nullable protected WorkbookFunctionsPowerParameterSetBuilder()Instanciates a new WorkbookFunctionsPowerParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsPowerParameterSet.WorkbookFunctionsPowerParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPower
@Nonnull public WorkbookFunctionsPowerParameterSet.WorkbookFunctionsPowerParameterSetBuilder withPower(@Nullable com.google.gson.JsonElement val) Sets the Power- 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
-