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