java.lang.Object
com.azure.core.util.ExpandableStringEnum<RouteType>
com.azure.communication.networktraversal.models.RouteType

public final class RouteType extends ExpandableStringEnum<RouteType>
Defines values for RouteType.
  • Field Details

    • ANY

      public static final RouteType ANY
      Static value any for RouteType.
    • NEAREST

      public static final RouteType NEAREST
      Static value nearest for RouteType.
  • Constructor Details

    • RouteType

      public RouteType()
  • Method Details

    • fromString

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

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