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