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