### YamlMime:JavaType uid: "com.azure.cosmos.models.PriorityLevel" fullName: "com.azure.cosmos.models.PriorityLevel" name: "PriorityLevel" nameWithType: "PriorityLevel" summary: "Enumeration specifying Priority Level of requests" inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **PriorityLevel**" fields: - uid: "com.azure.cosmos.models.PriorityLevel.HIGH" fullName: "com.azure.cosmos.models.PriorityLevel.HIGH" name: "HIGH" nameWithType: "PriorityLevel.HIGH" summary: "High Priority level" modifiers: - "static" - "final" field: type: "" syntax: "public static final PriorityLevel HIGH" desc: "High Priority level" - uid: "com.azure.cosmos.models.PriorityLevel.LOW" fullName: "com.azure.cosmos.models.PriorityLevel.LOW" name: "LOW" nameWithType: "PriorityLevel.LOW" summary: "Low Priority level" modifiers: - "static" - "final" field: type: "" syntax: "public static final PriorityLevel LOW" desc: "Low Priority level" methods: - uid: "com.azure.cosmos.models.PriorityLevel.equals(java.lang.Object)" fullName: "com.azure.cosmos.models.PriorityLevel.equals(Object obj)" name: "equals(Object obj)" nameWithType: "PriorityLevel.equals(Object obj)" overridden: "java.lang.Object.equals(java.lang.Object)" parameters: - name: "obj" type: "Object" syntax: "public boolean equals(Object obj)" returns: type: "" - uid: "com.azure.cosmos.models.PriorityLevel.fromString(java.lang.String)" fullName: "com.azure.cosmos.models.PriorityLevel.fromString(String name)" name: "fromString(String name)" nameWithType: "PriorityLevel.fromString(String name)" summary: "Gets the corresponding priority level from its string representation." modifiers: - "static" parameters: - description: "The name of the Cosmos priority level to convert." name: "name" type: "String" syntax: "public static PriorityLevel fromString(String name)" desc: "Gets the corresponding priority level from its string representation." returns: description: "The corresponding Cosmos priority level." type: "" - uid: "com.azure.cosmos.models.PriorityLevel.hashCode()" fullName: "com.azure.cosmos.models.PriorityLevel.hashCode()" name: "hashCode()" nameWithType: "PriorityLevel.hashCode()" overridden: "java.lang.Object.hashCode()" syntax: "public int hashCode()" returns: type: "" - uid: "com.azure.cosmos.models.PriorityLevel.toString()" fullName: "com.azure.cosmos.models.PriorityLevel.toString()" name: "toString()" nameWithType: "PriorityLevel.toString()" overridden: "java.lang.Object.toString()" syntax: "public String toString()" returns: type: "String" type: "class" desc: "Enumeration specifying Priority Level of requests" metadata: {} package: "com.azure.cosmos.models" artifact: com.azure:azure-cosmos:4.63.3