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 Summary
FieldsModifier and TypeFieldDescriptionstatic final FeedbackQueryTimeModeStatic value FeedbackCreatedTime for FeedbackQueryTimeMode.static final FeedbackQueryTimeModeStatic value MetricTimestamp for FeedbackQueryTimeMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FeedbackQueryTimeModefromString(String name) Creates or finds a FeedbackQueryTimeMode from its string representation.static Collection<FeedbackQueryTimeMode> values()Gets known FeedbackQueryTimeMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
METRIC_TIMESTAMP
Static value MetricTimestamp for FeedbackQueryTimeMode. -
FEEDBACK_CREATED_TIME
Static value FeedbackCreatedTime for FeedbackQueryTimeMode.
-
-
Constructor Details
-
FeedbackQueryTimeMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of FeedbackQueryTimeMode value.
-
-
Method Details
-
fromString
Creates or finds a FeedbackQueryTimeMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FeedbackQueryTimeMode.
-
values
Gets known FeedbackQueryTimeMode values.- Returns:
- known FeedbackQueryTimeMode values.
-
fromString(String)factory method.