Class WorkbookFunctionsOct2BinParameterSet

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

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

    • WorkbookFunctionsOct2BinParameterSet

      public WorkbookFunctionsOct2BinParameterSet()
      Instiaciates a new WorkbookFunctionsOct2BinParameterSet
    • WorkbookFunctionsOct2BinParameterSet

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