Package com.microsoft.graph.models
Class WorkbookFunctionsDeltaParameterSet.WorkbookFunctionsDeltaParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDeltaParameterSet.WorkbookFunctionsDeltaParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDeltaParameterSet
public static final class WorkbookFunctionsDeltaParameterSet.WorkbookFunctionsDeltaParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDeltaParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsDeltaParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithNumber1(com.google.gson.JsonElement val) Sets the Number1withNumber2(com.google.gson.JsonElement val) Sets the Number2
-
Field Details
-
number1
@Nullable protected com.google.gson.JsonElement number1The number1 parameter value -
number2
@Nullable protected com.google.gson.JsonElement number2The number2 parameter value
-
-
Constructor Details
-
WorkbookFunctionsDeltaParameterSetBuilder
@Nullable protected WorkbookFunctionsDeltaParameterSetBuilder()Instanciates a new WorkbookFunctionsDeltaParameterSetBuilder
-
-
Method Details
-
withNumber1
@Nonnull public WorkbookFunctionsDeltaParameterSet.WorkbookFunctionsDeltaParameterSetBuilder withNumber1(@Nullable com.google.gson.JsonElement val) Sets the Number1- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNumber2
@Nonnull public WorkbookFunctionsDeltaParameterSet.WorkbookFunctionsDeltaParameterSetBuilder withNumber2(@Nullable com.google.gson.JsonElement val) Sets the Number2- 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
-