Class WorkbookFunctionsBesselKParameterSet

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

public class WorkbookFunctionsBesselKParameterSet extends Object
The class for the Workbook Functions Bessel KParameter Set.
  • Field Details

    • x

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

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

    • WorkbookFunctionsBesselKParameterSet

      public WorkbookFunctionsBesselKParameterSet()
      Instiaciates a new WorkbookFunctionsBesselKParameterSet
    • WorkbookFunctionsBesselKParameterSet

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