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