public class WorkbookFunctionsImSubParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsImSubParameterSet.WorkbookFunctionsImSubParameterSetBuilder
Fluent builder for the WorkbookFunctionsImSubParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
inumber1
The inumber1.
|
com.google.gson.JsonElement |
inumber2
The inumber2.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsImSubParameterSet()
Instiaciates a new WorkbookFunctionsImSubParameterSet
|
protected |
WorkbookFunctionsImSubParameterSet(WorkbookFunctionsImSubParameterSet.WorkbookFunctionsImSubParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsImSubParameterSet
|
| 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 WorkbookFunctionsImSubParameterSet.WorkbookFunctionsImSubParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="inumber1",
alternate="Inumber1")
@Expose
@Nullable
public com.google.gson.JsonElement inumber1
@SerializedName(value="inumber2",
alternate="Inumber2")
@Expose
@Nullable
public com.google.gson.JsonElement inumber2
public WorkbookFunctionsImSubParameterSet()
protected WorkbookFunctionsImSubParameterSet(@Nonnull
WorkbookFunctionsImSubParameterSet.WorkbookFunctionsImSubParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsImSubParameterSet.WorkbookFunctionsImSubParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()