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