Class DefaultPriorityLevel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DefaultPriorityLevel>
com.azure.resourcemanager.cosmos.models.DefaultPriorityLevel
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DefaultPriorityLevel
extends com.azure.core.util.ExpandableStringEnum<DefaultPriorityLevel>
Enum to indicate default priorityLevel of requests.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DefaultPriorityLevelStatic value High for DefaultPriorityLevel.static final DefaultPriorityLevelStatic value Low for DefaultPriorityLevel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultPriorityLevelfromString(String name) Creates or finds a DefaultPriorityLevel from its string representation.static Collection<DefaultPriorityLevel> values()Gets known DefaultPriorityLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
HIGH
Static value High for DefaultPriorityLevel. -
LOW
Static value Low for DefaultPriorityLevel.
-
-
Constructor Details
-
DefaultPriorityLevel
Deprecated.Use thefromString(String)factory method.Creates a new instance of DefaultPriorityLevel value.
-
-
Method Details
-
fromString
Creates or finds a DefaultPriorityLevel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DefaultPriorityLevel.
-
values
Gets known DefaultPriorityLevel values.- Returns:
- known DefaultPriorityLevel values.
-
fromString(String)factory method.