[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`Query.SortPredicate` is a data container that holds a single sort predicate and implements the `Serializable` interface."],["This class inherits from `java.lang.Object` and includes methods like `equals`, `hashCode`, and `toString`, which are overridden from the `Object` class."],["The constructor, `SortPredicate(String propertyName, Query.SortDirection direction)`, allows the creation of a sort predicate with a specified property name and sort direction."],["It provides methods to get the sort direction (`getDirection`) and the property name (`getPropertyName`), as well as the ability to reverse the sort direction with the `reverse` method."],["The `equals()` method checks for equality with other objects, and the `hashCode()` method returns an integer hash code value."]]],[]]