Class WorkbookFunctionsNetworkDays_IntlParameterSet

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

public class WorkbookFunctionsNetworkDays_IntlParameterSet extends Object
The class for the Workbook Functions Network Days_Intl Parameter Set.
  • Field Details

    • startDate

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

      @SerializedName(value="endDate", alternate="EndDate") @Expose @Nullable public com.google.gson.JsonElement endDate
      The end Date.
    • 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

    • WorkbookFunctionsNetworkDays_IntlParameterSet

      public WorkbookFunctionsNetworkDays_IntlParameterSet()
      Instiaciates a new WorkbookFunctionsNetworkDays_IntlParameterSet
    • WorkbookFunctionsNetworkDays_IntlParameterSet

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