Class RouteInstructionsType

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

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

  • Constructor Details

    • RouteInstructionsType

      public RouteInstructionsType()
  • Method Details

    • fromString

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

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