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