[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]