Class WorkbookFunctionsLookupParameterSet

java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsLookupParameterSet

public class WorkbookFunctionsLookupParameterSet extends Object
The class for the Workbook Functions Lookup Parameter Set.
  • Field Details

    • lookupValue

      @SerializedName(value="lookupValue", alternate="LookupValue") @Expose @Nullable public com.google.gson.JsonElement lookupValue
      The lookup Value.
    • lookupVector

      @SerializedName(value="lookupVector", alternate="LookupVector") @Expose @Nullable public com.google.gson.JsonElement lookupVector
      The lookup Vector.
    • resultVector

      @SerializedName(value="resultVector", alternate="ResultVector") @Expose @Nullable public com.google.gson.JsonElement resultVector
      The 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