Class WorkbookFunctionsDec2BinParameterSet

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

public class WorkbookFunctionsDec2BinParameterSet extends Object
The class for the Workbook Functions Dec2Bin Parameter Set.
  • Field Details

    • number

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

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

    • WorkbookFunctionsDec2BinParameterSet

      public WorkbookFunctionsDec2BinParameterSet()
      Instiaciates a new WorkbookFunctionsDec2BinParameterSet
    • WorkbookFunctionsDec2BinParameterSet

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