public class WorkbookFunctionsBitorParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsBitorParameterSet.WorkbookFunctionsBitorParameterSetBuilder
Fluent builder for the WorkbookFunctionsBitorParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
number1
The number1.
|
com.google.gson.JsonElement |
number2
The number2.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsBitorParameterSet()
Instiaciates a new WorkbookFunctionsBitorParameterSet
|
protected |
WorkbookFunctionsBitorParameterSet(WorkbookFunctionsBitorParameterSet.WorkbookFunctionsBitorParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsBitorParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookFunctionsBitorParameterSet.WorkbookFunctionsBitorParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="number1",
alternate="Number1")
@Expose
@Nullable
public com.google.gson.JsonElement number1
@SerializedName(value="number2",
alternate="Number2")
@Expose
@Nullable
public com.google.gson.JsonElement number2
public WorkbookFunctionsBitorParameterSet()
protected WorkbookFunctionsBitorParameterSet(@Nonnull
WorkbookFunctionsBitorParameterSet.WorkbookFunctionsBitorParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsBitorParameterSet.WorkbookFunctionsBitorParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()