Package com.microsoft.graph.models
Class WorkbookFunctionsBitandParameterSet.WorkbookFunctionsBitandParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBitandParameterSet.WorkbookFunctionsBitandParameterSetBuilder
- Enclosing class:
WorkbookFunctionsBitandParameterSet
public static final class WorkbookFunctionsBitandParameterSet.WorkbookFunctionsBitandParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsBitandParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsBitandParameterSetBuilder -
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
-
WorkbookFunctionsBitandParameterSetBuilder
@Nullable protected WorkbookFunctionsBitandParameterSetBuilder()Instanciates a new WorkbookFunctionsBitandParameterSetBuilder
-
-
Method Details
-
withNumber1
@Nonnull public WorkbookFunctionsBitandParameterSet.WorkbookFunctionsBitandParameterSetBuilder 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 WorkbookFunctionsBitandParameterSet.WorkbookFunctionsBitandParameterSetBuilder 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
-