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