Class WorkbookFunctionsDec2HexParameterSet

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

public class WorkbookFunctionsDec2HexParameterSet extends Object
The class for the Workbook Functions Dec2Hex 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

    • WorkbookFunctionsDec2HexParameterSet

      public WorkbookFunctionsDec2HexParameterSet()
      Instiaciates a new WorkbookFunctionsDec2HexParameterSet
    • WorkbookFunctionsDec2HexParameterSet

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