Class WorkbookFunctionsHex2BinParameterSet

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

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

    • WorkbookFunctionsHex2BinParameterSet

      public WorkbookFunctionsHex2BinParameterSet()
      Instiaciates a new WorkbookFunctionsHex2BinParameterSet
    • WorkbookFunctionsHex2BinParameterSet

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