Class WorkbookFunctionsTimevalueParameterSet

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

public class WorkbookFunctionsTimevalueParameterSet extends Object
The class for the Workbook Functions Timevalue Parameter Set.
  • Field Details

    • timeText

      @SerializedName(value="timeText", alternate="TimeText") @Expose @Nullable public com.google.gson.JsonElement timeText
      The time Text.
  • Constructor Details

    • WorkbookFunctionsTimevalueParameterSet

      public WorkbookFunctionsTimevalueParameterSet()
      Instiaciates a new WorkbookFunctionsTimevalueParameterSet
    • WorkbookFunctionsTimevalueParameterSet

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