Uses of Enum Class
com.morpheusdata.core.data.DataQuery.SortOrder
Packages that use DataQuery.SortOrder
-
Uses of DataQuery.SortOrder in com.morpheusdata.core.data
Fields in com.morpheusdata.core.data declared as DataQuery.SortOrderModifier and TypeFieldDescriptionDataQuery.orderThe default sort order to send the data back based on the sort property name.Methods in com.morpheusdata.core.data that return DataQuery.SortOrderModifier and TypeMethodDescriptionstatic DataQuery.SortOrderReturns the enum constant of this class with the specified name.static DataQuery.SortOrder[]DataQuery.SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.morpheusdata.core.data with parameters of type DataQuery.SortOrderModifier and TypeMethodDescriptionDataQuery.withSort(String sort, DataQuery.SortOrder order) Sets the sort of the DataQuery