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