public class WorkbookFunctionsMatchParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder
Fluent builder for the WorkbookFunctionsMatchParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
lookupArray
The lookup Array.
|
com.google.gson.JsonElement |
lookupValue
The lookup Value.
|
com.google.gson.JsonElement |
matchType
The match Type.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsMatchParameterSet()
Instiaciates a new WorkbookFunctionsMatchParameterSet
|
protected |
WorkbookFunctionsMatchParameterSet(WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsMatchParameterSet
|
| 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 WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="lookupValue",
alternate="LookupValue")
@Expose
@Nullable
public com.google.gson.JsonElement lookupValue
@SerializedName(value="lookupArray",
alternate="LookupArray")
@Expose
@Nullable
public com.google.gson.JsonElement lookupArray
@SerializedName(value="matchType",
alternate="MatchType")
@Expose
@Nullable
public com.google.gson.JsonElement matchType
public WorkbookFunctionsMatchParameterSet()
protected WorkbookFunctionsMatchParameterSet(@Nonnull
WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsMatchParameterSet.WorkbookFunctionsMatchParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()