Class CompositePathSortOrder
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CompositePathSortOrder>
com.azure.resourcemanager.cosmos.models.CompositePathSortOrder
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class CompositePathSortOrder
extends com.azure.core.util.ExpandableStringEnum<CompositePathSortOrder>
Sort order for composite paths.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CompositePathSortOrder
Static value ascending for CompositePathSortOrder.static final CompositePathSortOrder
Static value descending for CompositePathSortOrder. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompositePathSortOrder
fromString
(String name) Creates or finds a CompositePathSortOrder from its string representation.static Collection
<CompositePathSortOrder> values()
Gets known CompositePathSortOrder values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ASCENDING
Static value ascending for CompositePathSortOrder. -
DESCENDING
Static value descending for CompositePathSortOrder.
-
-
Constructor Details
-
CompositePathSortOrder
Deprecated.Use thefromString(String)
factory method.Creates a new instance of CompositePathSortOrder value.
-
-
Method Details
-
fromString
Creates or finds a CompositePathSortOrder from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding CompositePathSortOrder.
-
values
Gets known CompositePathSortOrder values.- Returns:
- known CompositePathSortOrder values.
-
fromString(String)
factory method.