Package com.azure.maps.search.models
Class EntryPointType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EntryPointType>
com.azure.maps.search.models.EntryPointType
Defines values for EntryPointType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EntryPointType
Static value main for EntryPointType.static final EntryPointType
Static value minor for EntryPointType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EntryPointType
fromString
(String name) Creates or finds a EntryPointType from its string representation.static Collection<EntryPointType>
values()
Gets known EntryPointType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MAIN
Static value main for EntryPointType. -
MINOR
Static value minor for EntryPointType.
-
-
Constructor Details
-
EntryPointType
public EntryPointType()
-
-
Method Details
-
fromString
Creates or finds a EntryPointType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding EntryPointType.
-
values
Gets known EntryPointType values.- Returns:
- known EntryPointType values.
-