Uses of Class
com.oracle.bmc.loganalytics.model.SortField.Direction
-
Packages that use SortField.Direction Package Description com.oracle.bmc.loganalytics.model -
-
Uses of SortField.Direction in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return SortField.Direction Modifier and Type Method 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.Methods in com.oracle.bmc.loganalytics.model with parameters of type SortField.Direction Modifier and Type Method Description SortField.Builder
SortField.Builder. direction(SortField.Direction direction)
Sort order for the field specified in the queryString.Constructors in com.oracle.bmc.loganalytics.model with parameters of type SortField.Direction Constructor 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.
-