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