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