Class WorkbookFunctionsWorkDay_IntlParameterSet

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

public class WorkbookFunctionsWorkDay_IntlParameterSet extends Object
The class for the Workbook Functions Work Day_Intl 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.
    • weekend

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

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

    • WorkbookFunctionsWorkDay_IntlParameterSet

      public WorkbookFunctionsWorkDay_IntlParameterSet()
      Instiaciates a new WorkbookFunctionsWorkDay_IntlParameterSet
    • WorkbookFunctionsWorkDay_IntlParameterSet

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