Class IncidentGeometryType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IncidentGeometryType>
com.azure.maps.traffic.models.IncidentGeometryType

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

    • ORIGINAL

      public static final IncidentGeometryType ORIGINAL
      Static value original for IncidentGeometryType.
    • SHIFTED

      public static final IncidentGeometryType SHIFTED
      Static value shifted for IncidentGeometryType.
  • Constructor Details

    • IncidentGeometryType

      public IncidentGeometryType()
  • Method Details

    • fromString

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

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