Enums | |
---|---|
ASCENDING |
Ascending order. |
DESCENDING |
Descending order. |
SortOrder
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-19 UTC.
[null,null,["Last updated 2024-09-19 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eASCENDING\u003c/code\u003e enum is used to sort data in ascending order.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDESCENDING\u003c/code\u003e enum is used to sort data in descending order.\u003c/p\u003e\n"]]],[],null,["# SortOrder\n\n| Enums ||\n|--------------|-------------------|\n| `ASCENDING` | Ascending order. |\n| `DESCENDING` | Descending order. |"]]