Class FeedbackType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FeedbackType>
com.azure.ai.metricsadvisor.models.FeedbackType

public final class FeedbackType extends ExpandableStringEnum<FeedbackType>
Defines values for FeedbackType.
  • Field Details

    • ANOMALY

      public static final FeedbackType ANOMALY
      Static value Anomaly for FeedbackType.
    • CHANGE_POINT

      public static final FeedbackType CHANGE_POINT
      Static value ChangePoint for FeedbackType.
    • PERIOD

      public static final FeedbackType PERIOD
      Static value Period for FeedbackType.
    • COMMENT

      public static final FeedbackType COMMENT
      Static value Comment for FeedbackType.
  • Constructor Details

    • FeedbackType

      public FeedbackType()
  • Method Details

    • fromString

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

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