Class WorkbookFunctionsFloor_MathParameterSet

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

public class WorkbookFunctionsFloor_MathParameterSet extends Object
The class for the Workbook Functions Floor_Math 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.
    • mode

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

    • WorkbookFunctionsFloor_MathParameterSet

      public WorkbookFunctionsFloor_MathParameterSet()
      Instiaciates a new WorkbookFunctionsFloor_MathParameterSet
    • WorkbookFunctionsFloor_MathParameterSet

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