CompositePathSortOrder Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cosmos. models. CompositePathSortOrder
- com.
- com.
public final class CompositePathSortOrder
extends ExpandableStringEnum<CompositePathSortOrder>
Sort order for composite paths.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Composite |
ASCENDING
Static value ascending for Composite |
static final
Composite |
DESCENDING
Static value descending for Composite |
Constructor Summary
Constructor | Description |
---|---|
CompositePathSortOrder() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Composite |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Composite |
fromString(String name)
Creates or finds a Composite |
static
Collection<Composite |
values()
Gets known Composite |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ASCENDING
public static final CompositePathSortOrder ASCENDING
Static value ascending for CompositePathSortOrder.
DESCENDING
public static final CompositePathSortOrder DESCENDING
Static value descending for CompositePathSortOrder.
Constructor Details
CompositePathSortOrder
@Deprecated
public CompositePathSortOrder()
Deprecated
Creates a new instance of CompositePathSortOrder value.
Method Details
fromString
public static CompositePathSortOrder fromString(String name)
Creates or finds a CompositePathSortOrder from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known CompositePathSortOrder values.
Returns:
Applies to
Azure SDK for Java