toggle menu
criteria
common
switch theme
search in API
core
/
io.github.magonxesp.criteria.domain
/
OrderBy
Order
By
data
class
OrderBy
(
val
field
:
String
,
val
order
:
Order
=
Order.ASC
)
Members
Members & Extensions
Constructors
Order
By
Link copied to clipboard
constructor
(
field
:
String
,
order
:
Order
=
Order.ASC
)
Properties
field
Link copied to clipboard
val
field
:
String
order
Link copied to clipboard
val
order
:
Order
Functions
to
Serializable
Order
By
Link copied to clipboard
fun
OrderBy
.
toSerializableOrderBy
(
)
:
SerializableOrderBy