Class MatchType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<MatchType>
com.azure.maps.search.models.MatchType

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

    • ADDRESS_POINT

      public static final MatchType ADDRESS_POINT
      Static value AddressPoint for MatchType.
    • HOUSE_NUMBER_RANGE

      public static final MatchType HOUSE_NUMBER_RANGE
      Static value HouseNumberRange for MatchType.
    • STREET

      public static final MatchType STREET
      Static value Street for MatchType.
  • Constructor Details

    • MatchType

      public MatchType()
  • Method Details

    • fromString

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

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