Class WorkbookFunctionsEoMonthParameterSet

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

public class WorkbookFunctionsEoMonthParameterSet extends Object
The class for the Workbook Functions Eo Month Parameter Set.
  • Field Details

    • startDate

      @SerializedName(value="startDate", alternate="StartDate") @Expose @Nullable public com.google.gson.JsonElement startDate
      The start Date.
    • months

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

    • WorkbookFunctionsEoMonthParameterSet

      public WorkbookFunctionsEoMonthParameterSet()
      Instiaciates a new WorkbookFunctionsEoMonthParameterSet
    • WorkbookFunctionsEoMonthParameterSet

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