Class WorkbookFunctionsFloor_PreciseParameterSet

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

public class WorkbookFunctionsFloor_PreciseParameterSet extends Object
The class for the Workbook Functions Floor_Precise Parameter Set.
  • Field Details

    • number

      @SerializedName(value="number", alternate="Number") @Expose @Nullable public com.google.gson.JsonElement number
      The number.
    • significance

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

    • WorkbookFunctionsFloor_PreciseParameterSet

      public WorkbookFunctionsFloor_PreciseParameterSet()
      Instiaciates a new WorkbookFunctionsFloor_PreciseParameterSet
    • WorkbookFunctionsFloor_PreciseParameterSet

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