Class FeedbackType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FeedbackType>
com.azure.ai.metricsadvisor.models.FeedbackType
Defines values for FeedbackType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FeedbackTypeStatic value Anomaly for FeedbackType.static final FeedbackTypeStatic value ChangePoint for FeedbackType.static final FeedbackTypeStatic value Comment for FeedbackType.static final FeedbackTypeStatic value Period for FeedbackType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FeedbackTypefromString(String name) Creates or finds a FeedbackType from its string representation.static Collection<FeedbackType>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ANOMALY
Static value Anomaly for FeedbackType. -
CHANGE_POINT
Static value ChangePoint for FeedbackType. -
PERIOD
Static value Period for FeedbackType. -
COMMENT
Static value Comment for FeedbackType.
-
-
Constructor Details
-
FeedbackType
public FeedbackType()
-
-
Method Details
-
fromString
Creates or finds a FeedbackType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FeedbackType.
-
values
- Returns:
- known FeedbackType values.
-