Class WorkbookFunctionsDays360ParameterSet

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

public class WorkbookFunctionsDays360ParameterSet extends Object
The class for the Workbook Functions Days360Parameter 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.
    • method

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

    • WorkbookFunctionsDays360ParameterSet

      public WorkbookFunctionsDays360ParameterSet()
      Instiaciates a new WorkbookFunctionsDays360ParameterSet
    • WorkbookFunctionsDays360ParameterSet

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