Class DelayMagnitude

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DelayMagnitude>
com.azure.maps.route.models.DelayMagnitude

public final class DelayMagnitude extends com.azure.core.util.ExpandableStringEnum<DelayMagnitude>
Defines values for DelayMagnitude.
  • Field Details

    • UNKNOWN

      public static final DelayMagnitude UNKNOWN
      Static value 0 for DelayMagnitude.
    • MINOR

      public static final DelayMagnitude MINOR
      Static value 1 for DelayMagnitude.
    • MODERATE

      public static final DelayMagnitude MODERATE
      Static value 2 for DelayMagnitude.
    • MAJOR

      public static final DelayMagnitude MAJOR
      Static value 3 for DelayMagnitude.
    • UNDEFINED

      public static final DelayMagnitude UNDEFINED
      Static value 4 for DelayMagnitude.
  • Constructor Details

    • DelayMagnitude

      public DelayMagnitude()
  • Method Details

    • fromString

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

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