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