Package com.microsoft.graph.models
Class WorkbookFunctionsVlookupParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsVlookupParameterSet
The class for the Workbook Functions Vlookup Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsVlookupParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe col Index Num.com.google.gson.JsonElementThe lookup Value.com.google.gson.JsonElementThe range Lookup.com.google.gson.JsonElementThe table Array. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsVlookupParameterSetprotectedWorkbookFunctionsVlookupParameterSet(WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsVlookupParameterSet -
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. -
colIndexNum
@SerializedName(value="colIndexNum", alternate="ColIndexNum") @Expose @Nullable public com.google.gson.JsonElement colIndexNumThe col Index Num. -
rangeLookup
@SerializedName(value="rangeLookup", alternate="RangeLookup") @Expose @Nullable public com.google.gson.JsonElement rangeLookupThe range Lookup.
-
-
Constructor Details
-
WorkbookFunctionsVlookupParameterSet
public WorkbookFunctionsVlookupParameterSet()Instiaciates a new WorkbookFunctionsVlookupParameterSet -
WorkbookFunctionsVlookupParameterSet
protected WorkbookFunctionsVlookupParameterSet(@Nonnull WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsVlookupParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsVlookupParameterSet.WorkbookFunctionsVlookupParameterSetBuilder 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
-