public class WorkbookFunctionsVlookupParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder
Fluent builder for the WorkbookFunctionsVlookupParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
colIndexNum
The col Index Num.
|
com.google.gson.JsonElement |
lookupValue
The lookup Value.
|
com.google.gson.JsonElement |
rangeLookup
The range Lookup.
|
com.google.gson.JsonElement |
tableArray
The table Array.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsVlookupParameterSet()
Instiaciates a new WorkbookFunctionsVlookupParameterSet
|
protected |
WorkbookFunctionsVlookupParameterSet(WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsVlookupParameterSet
|
| 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 WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="lookupValue",
alternate="LookupValue")
@Expose
@Nullable
public com.google.gson.JsonElement lookupValue
@SerializedName(value="tableArray",
alternate="TableArray")
@Expose
@Nullable
public com.google.gson.JsonElement tableArray
@SerializedName(value="colIndexNum",
alternate="ColIndexNum")
@Expose
@Nullable
public com.google.gson.JsonElement colIndexNum
@SerializedName(value="rangeLookup",
alternate="RangeLookup")
@Expose
@Nullable
public com.google.gson.JsonElement rangeLookup
public WorkbookFunctionsVlookupParameterSet()
protected WorkbookFunctionsVlookupParameterSet(@Nonnull
WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()