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