[[["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."],[],["The `Query` class defines constraints for query results, including filters and sort order. It implements `Parcelable` and provides a `CREATOR` field. Key actions include: retrieving filters via `getFilter()`, obtaining the sort order with `getSortOrder()`, and writing to a parcel using `writeToParcel()`. A `Builder` class exists for creating queries. The method `getPageToken()` is deprecated. The class also includes a `toString()` method and inherited methods from `Object` and `Parcelable`.\n"]]