Available in Classic and VPC
This is a sorting criteria.
Syntax
The syntax is as follows.
private String direction;
private String property;
private Boolean ignoreCase;
private String nullHandling;
private Boolean ascending;
private Boolean descending;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
direction |
String | Required | Sort direction
|
property |
String | Required | Sorting criteria field name |
ignoreCase |
Boolean | Required | Whether to be case sensitive when sorting
|
nullHandling |
String | Required | Null handling method
|
ascending |
Boolean | Required | Whether the sort direction is ascending (ASC )
|
descending |
Boolean | Required | Whether the sort direction is descending (DESC )
|