public class WorkbookFunctionsBitandParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsBitandParameterSet.WorkbookFunctionsBitandParameterSetBuilder
Fluent builder for the WorkbookFunctionsBitandParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
number1
The number1.
|
com.google.gson.JsonElement |
number2
The number2.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsBitandParameterSet()
Instiaciates a new WorkbookFunctionsBitandParameterSet
|
protected |
WorkbookFunctionsBitandParameterSet(WorkbookFunctionsBitandParameterSet.WorkbookFunctionsBitandParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsBitandParameterSet
|
| 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 WorkbookFunctionsBitandParameterSet.WorkbookFunctionsBitandParameterSetBuilder |
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 WorkbookFunctionsBitandParameterSet()
protected WorkbookFunctionsBitandParameterSet(@Nonnull
WorkbookFunctionsBitandParameterSet.WorkbookFunctionsBitandParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsBitandParameterSet.WorkbookFunctionsBitandParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()