Package com.microsoft.graph.models
Class WorkbookFunctionsLookupParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsLookupParameterSet
The class for the Workbook Functions Lookup Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsLookupParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The lookup Value.com.google.gson.JsonElement
The lookup Vector.com.google.gson.JsonElement
The result Vector. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsLookupParameterSetprotected
WorkbookFunctionsLookupParameterSet
(WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsLookupParameterSet -
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. -
lookupVector
@SerializedName(value="lookupVector", alternate="LookupVector") @Expose @Nullable public com.google.gson.JsonElement lookupVectorThe lookup Vector. -
resultVector
@SerializedName(value="resultVector", alternate="ResultVector") @Expose @Nullable public com.google.gson.JsonElement resultVectorThe result Vector.
-
-
Constructor Details
-
WorkbookFunctionsLookupParameterSet
public WorkbookFunctionsLookupParameterSet()Instiaciates a new WorkbookFunctionsLookupParameterSet -
WorkbookFunctionsLookupParameterSet
protected WorkbookFunctionsLookupParameterSet(@Nonnull WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsLookupParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsLookupParameterSet.WorkbookFunctionsLookupParameterSetBuilder 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
-