Sort
    • PDF

    Sort

    • PDF

    Article Summary

    Description

    Sort by

    Syntax

    private String direction;
    private String property;
    private Boolean ignoreCase;
    private String nullHandling;
    private Boolean ascending;
    private Boolean descending;
    

    Field

    FieldRequiredTypeLimitationsDescription
    directionYStringASC, DESCSorting order
    propertyYStringName of the field to sort items by.
    ignoreCaseYBooleanIndicates whether to sort items in a case-sensitive order.
    nullHandlingYStringNATIVE, NULLS_FIRST, NULLS_LASTNull handling method (NATIVE: Depends on data processing logic, NULLS_FIRST: Null first, NULLS_LAST: Null last)
    ascendingYBooleanIndicates whether the sorting order is Ascending (ASC).
    descendingYBooleanIndicates whether the sorting order is Descending (DESC).

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.