Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static SortField.Direction |
SortField.Direction.create(String key) |
SortField.Direction |
SortField.getDirection()
Sort order for the field specified in the queryString.
|
static SortField.Direction |
SortField.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortField.Direction[] |
SortField.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SortField.Builder |
SortField.Builder.direction(SortField.Direction direction)
Sort order for the field specified in the queryString.
|
Constructor and Description |
---|
SortField(String displayName,
Boolean isDeclared,
List<String> originalDisplayNames,
String internalName,
ValueType valueType,
Boolean isGroupable,
Boolean isDuration,
String alias,
String filterQueryString,
String unitType,
SortField.Direction direction)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.