Class EntryPointType

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

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

    • MAIN

      public static final EntryPointType MAIN
      Static value main for EntryPointType.
    • MINOR

      public static final EntryPointType MINOR
      Static value minor for EntryPointType.
  • Constructor Details

    • EntryPointType

      public EntryPointType()
  • Method Details

    • fromString

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

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