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