Class WorkbookFunctionsHex2OctParameterSet

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

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

    • WorkbookFunctionsHex2OctParameterSet

      public WorkbookFunctionsHex2OctParameterSet()
      Instiaciates a new WorkbookFunctionsHex2OctParameterSet
    • WorkbookFunctionsHex2OctParameterSet

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