Package com.microsoft.graph.models
Class WorkbookFunctionsHlookupParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsHlookupParameterSet
The class for the Workbook Functions Hlookup Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsHlookupParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe lookup Value.com.google.gson.JsonElementThe range Lookup.com.google.gson.JsonElementThe row Index Num.com.google.gson.JsonElementThe table Array. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsHlookupParameterSetprotectedWorkbookFunctionsHlookupParameterSet(WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsHlookupParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
lookupValue
@SerializedName(value="lookupValue", alternate="LookupValue") @Expose @Nullable public com.google.gson.JsonElement lookupValueThe lookup Value. -
tableArray
@SerializedName(value="tableArray", alternate="TableArray") @Expose @Nullable public com.google.gson.JsonElement tableArrayThe table Array. -
rowIndexNum
@SerializedName(value="rowIndexNum", alternate="RowIndexNum") @Expose @Nullable public com.google.gson.JsonElement rowIndexNumThe row Index Num. -
rangeLookup
@SerializedName(value="rangeLookup", alternate="RangeLookup") @Expose @Nullable public com.google.gson.JsonElement rangeLookupThe range Lookup.
-
-
Constructor Details
-
WorkbookFunctionsHlookupParameterSet
public WorkbookFunctionsHlookupParameterSet()Instiaciates a new WorkbookFunctionsHlookupParameterSet -
WorkbookFunctionsHlookupParameterSet
protected WorkbookFunctionsHlookupParameterSet(@Nonnull WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsHlookupParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsHlookupParameterSet.WorkbookFunctionsHlookupParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-