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