Class WorkbookFunctionsImArgumentParameterSet

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

public class WorkbookFunctionsImArgumentParameterSet extends Object
The class for the Workbook Functions Im Argument Parameter Set.
  • Field Details

    • inumber

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

    • WorkbookFunctionsImArgumentParameterSet

      public WorkbookFunctionsImArgumentParameterSet()
      Instiaciates a new WorkbookFunctionsImArgumentParameterSet
    • WorkbookFunctionsImArgumentParameterSet

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