Class WorkbookFunctionsDateParameterSet

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

public class WorkbookFunctionsDateParameterSet extends Object
The class for the Workbook Functions Date Parameter Set.
  • Field Details

    • year

      @SerializedName(value="year", alternate="Year") @Expose @Nullable public com.google.gson.JsonElement year
      The year.
    • month

      @SerializedName(value="month", alternate="Month") @Expose @Nullable public com.google.gson.JsonElement month
      The month.
    • day

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

    • WorkbookFunctionsDateParameterSet

      public WorkbookFunctionsDateParameterSet()
      Instiaciates a new WorkbookFunctionsDateParameterSet
    • WorkbookFunctionsDateParameterSet

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

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request