Class WorkbookFunctionsFisherParameterSet

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

public class WorkbookFunctionsFisherParameterSet extends Object
The class for the Workbook Functions Fisher Parameter Set.
  • Field Details

    • x

      @SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement x
      The x.
  • Constructor Details

    • WorkbookFunctionsFisherParameterSet

      public WorkbookFunctionsFisherParameterSet()
      Instiaciates a new WorkbookFunctionsFisherParameterSet
    • WorkbookFunctionsFisherParameterSet

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