Class WorkbookFunctionsWorkDayParameterSet

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

public class WorkbookFunctionsWorkDayParameterSet extends Object
The class for the Workbook Functions Work Day Parameter Set.
  • Field Details

    • startDate

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

      @SerializedName(value="days", alternate="Days") @Expose @Nullable public com.google.gson.JsonElement days
      The days.
    • holidays

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

    • WorkbookFunctionsWorkDayParameterSet

      public WorkbookFunctionsWorkDayParameterSet()
      Instiaciates a new WorkbookFunctionsWorkDayParameterSet
    • WorkbookFunctionsWorkDayParameterSet

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