Package com.microsoft.graph.models
Class WorkbookFunctionsBitxorParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBitxorParameterSet
The class for the Workbook Functions Bitxor Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsBitxorParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsBitxorParameterSetprotected
WorkbookFunctionsBitxorParameterSet
(WorkbookFunctionsBitxorParameterSet.WorkbookFunctionsBitxorParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBitxorParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
number1
@SerializedName(value="number1", alternate="Number1") @Expose @Nullable public com.google.gson.JsonElement number1The number1. -
number2
@SerializedName(value="number2", alternate="Number2") @Expose @Nullable public com.google.gson.JsonElement number2The number2.
-
-
Constructor Details
-
WorkbookFunctionsBitxorParameterSet
public WorkbookFunctionsBitxorParameterSet()Instiaciates a new WorkbookFunctionsBitxorParameterSet -
WorkbookFunctionsBitxorParameterSet
protected WorkbookFunctionsBitxorParameterSet(@Nonnull WorkbookFunctionsBitxorParameterSet.WorkbookFunctionsBitxorParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBitxorParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsBitxorParameterSet.WorkbookFunctionsBitxorParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-