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 Details

    • AUTO_DETECT

      public static final ChangePointValue AUTO_DETECT
      Static value AutoDetect for ChangePointValue.
    • CHANGE_POINT

      public static final ChangePointValue CHANGE_POINT
      Static value ChangePoint for ChangePointValue.
    • NOT_CHANGE_POINT

      public static final ChangePointValue NOT_CHANGE_POINT
      Static value NotChangePoint for ChangePointValue.
  • Constructor Details

    • ChangePointValue

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

    • fromString

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

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