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