Class WorkbookFunctionsFindParameterSet

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

public class WorkbookFunctionsFindParameterSet extends Object
The class for the Workbook Functions Find Parameter Set.
  • Field Details

    • findText

      @SerializedName(value="findText", alternate="FindText") @Expose @Nullable public com.google.gson.JsonElement findText
      The find Text.
    • withinText

      @SerializedName(value="withinText", alternate="WithinText") @Expose @Nullable public com.google.gson.JsonElement withinText
      The within Text.
    • startNum

      @SerializedName(value="startNum", alternate="StartNum") @Expose @Nullable public com.google.gson.JsonElement startNum
      The start Num.
  • Constructor Details

    • WorkbookFunctionsFindParameterSet

      public WorkbookFunctionsFindParameterSet()
      Instiaciates a new WorkbookFunctionsFindParameterSet
    • WorkbookFunctionsFindParameterSet

      protected WorkbookFunctionsFindParameterSet(@Nonnull WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder builder)
      Instiaciates a new WorkbookFunctionsFindParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request