Class FeedbackQueryTimeMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FeedbackQueryTimeMode>
com.azure.ai.metricsadvisor.models.FeedbackQueryTimeMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class FeedbackQueryTimeMode extends com.azure.core.util.ExpandableStringEnum<FeedbackQueryTimeMode>
time mode to filter feedback.
  • Field Details

    • METRIC_TIMESTAMP

      public static final FeedbackQueryTimeMode METRIC_TIMESTAMP
      Static value MetricTimestamp for FeedbackQueryTimeMode.
    • FEEDBACK_CREATED_TIME

      public static final FeedbackQueryTimeMode FEEDBACK_CREATED_TIME
      Static value FeedbackCreatedTime for FeedbackQueryTimeMode.
  • Constructor Details

    • FeedbackQueryTimeMode

      @Deprecated public FeedbackQueryTimeMode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of FeedbackQueryTimeMode value.
  • Method Details

    • fromString

      public static FeedbackQueryTimeMode fromString(String name)
      Creates or finds a FeedbackQueryTimeMode from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding FeedbackQueryTimeMode.
    • values

      public static Collection<FeedbackQueryTimeMode> values()
      Gets known FeedbackQueryTimeMode values.
      Returns:
      known FeedbackQueryTimeMode values.