public class WorkbookFunctionsCountIfParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder
Fluent builder for the WorkbookFunctionsCountIfParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
criteria
The criteria.
|
com.google.gson.JsonElement |
range
The range.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsCountIfParameterSet()
Instiaciates a new WorkbookFunctionsCountIfParameterSet
|
protected |
WorkbookFunctionsCountIfParameterSet(WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsCountIfParameterSet
|
| 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 WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder |
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
public WorkbookFunctionsCountIfParameterSet()
protected WorkbookFunctionsCountIfParameterSet(@Nonnull
WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()