Class TrafficFlowSegmentStyle

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

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

    • ABSOLUTE

      public static final TrafficFlowSegmentStyle ABSOLUTE
      Static value absolute for TrafficFlowSegmentStyle.
    • RELATIVE

      public static final TrafficFlowSegmentStyle RELATIVE
      Static value relative for TrafficFlowSegmentStyle.
    • RELATIVE_DELAY

      public static final TrafficFlowSegmentStyle RELATIVE_DELAY
      Static value relative-delay for TrafficFlowSegmentStyle.
  • Constructor Details

    • TrafficFlowSegmentStyle

      public TrafficFlowSegmentStyle()
  • Method Details

    • fromString

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

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