public final class CompositePathSortOrder extends com.azure.core.util.ExpandableStringEnum<CompositePathSortOrder>
| Modifier and Type | Field and Description |
|---|---|
static CompositePathSortOrder |
ASCENDING
Static value Ascending for CompositePathSortOrder.
|
static CompositePathSortOrder |
DESCENDING
Static value Descending for CompositePathSortOrder.
|
| Constructor and Description |
|---|
CompositePathSortOrder() |
| Modifier and Type | Method and Description |
|---|---|
static CompositePathSortOrder |
fromString(String name)
Creates or finds a CompositePathSortOrder from its string representation.
|
static Collection<CompositePathSortOrder> |
values() |
public static final CompositePathSortOrder ASCENDING
public static final CompositePathSortOrder DESCENDING
public static CompositePathSortOrder fromString(String name)
name - a name to look for.public static Collection<CompositePathSortOrder> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.