SearchOrderEntryDTO

DTO to define the sort order of the given field.

Fields

Type
Name
Description
Optional
Default Value
String  
field
The field to sort the result by.
false
 
String  
sort
The way to sort (ASCENDING | DESCENDING | NO_SORT).
false
 

Example

{
	"field" : "<fieldNameToSortBy>",
	"sort" : "DESCENDING"
}