[null,null,["Last updated 2024-10-31 UTC."],[],["`PageDirection` class defines constants for navigating data sets. Key constants include `NEXT` (0), signifying movement toward the end of the data; `NONE` (-1), indicating no pagination; and `PREV` (1), representing movement toward the beginning. It also presents a nested interface `PageDirection.Direction` with the same function as the class, and inherits methods from the `Object` class, such as `equals`, `hashCode`, and `toString`. It's used for indicating direction in pagination.\n"]]