Class WorkbookFunctionsGeStepParameterSet

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

public class WorkbookFunctionsGeStepParameterSet extends Object
The class for the Workbook Functions Ge Step Parameter Set.
  • Field Details

    • number

      @SerializedName(value="number", alternate="Number") @Expose @Nullable public com.google.gson.JsonElement number
      The number.
    • step

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

    • WorkbookFunctionsGeStepParameterSet

      public WorkbookFunctionsGeStepParameterSet()
      Instiaciates a new WorkbookFunctionsGeStepParameterSet
    • WorkbookFunctionsGeStepParameterSet

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