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