Package com.azure.maps.route.models
Class InclineLevel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<InclineLevel>
com.azure.maps.route.models.InclineLevel
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for InclineLevel.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InclineLevelhigh.static final InclineLevellow.static final InclineLevelnormal. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InclineLevelfromString(String name) Creates or finds a InclineLevel from its string representation.static Collection<InclineLevel> values()Gets known InclineLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
LOW
low. -
NORMAL
normal. -
HIGH
high.
-
-
Constructor Details
-
InclineLevel
Deprecated.Use thefromString(String)factory method.Creates a new instance of InclineLevel value.
-
-
Method Details
-
fromString
Creates or finds a InclineLevel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding InclineLevel.
-
values
Gets known InclineLevel values.- Returns:
- known InclineLevel values.
-
fromString(String)factory method.