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