Class WorkbookFunctionsNetworkDaysParameterSet

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

public class WorkbookFunctionsNetworkDaysParameterSet extends Object
The class for the Workbook Functions Network Days 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.
    • holidays

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

    • WorkbookFunctionsNetworkDaysParameterSet

      public WorkbookFunctionsNetworkDaysParameterSet()
      Instiaciates a new WorkbookFunctionsNetworkDaysParameterSet
    • WorkbookFunctionsNetworkDaysParameterSet

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