Class ChangePointValue
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ChangePointValue>
com.azure.ai.metricsadvisor.models.ChangePointValue
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ChangePointValue
extends com.azure.core.util.ExpandableStringEnum<ChangePointValue>
Defines values for ChangePointValue.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChangePointValueStatic value AutoDetect for ChangePointValue.static final ChangePointValueStatic value ChangePoint for ChangePointValue.static final ChangePointValueStatic value NotChangePoint for ChangePointValue. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangePointValuefromString(String name) Creates or finds a ChangePointValue from its string representation.static Collection<ChangePointValue> values()Gets known ChangePointValue values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AUTO_DETECT
Static value AutoDetect for ChangePointValue. -
CHANGE_POINT
Static value ChangePoint for ChangePointValue. -
NOT_CHANGE_POINT
Static value NotChangePoint for ChangePointValue.
-
-
Constructor Details
-
ChangePointValue
Deprecated.Use thefromString(String)factory method.Creates a new instance of ChangePointValue value.
-
-
Method Details
-
fromString
Creates or finds a ChangePointValue from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ChangePointValue.
-
values
Gets known ChangePointValue values.- Returns:
- known ChangePointValue values.
-
fromString(String)factory method.