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