Class WorkbookFunctionsBesselIParameterSet

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

public class WorkbookFunctionsBesselIParameterSet extends Object
The class for the Workbook Functions Bessel IParameter 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

    • WorkbookFunctionsBesselIParameterSet

      public WorkbookFunctionsBesselIParameterSet()
      Instiaciates a new WorkbookFunctionsBesselIParameterSet
    • WorkbookFunctionsBesselIParameterSet

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