Class Query.SortPredicate

java.lang.Object
com.google.appengine.api.datastore.Query.SortPredicate
All Implemented Interfaces:
Serializable
Enclosing class:
Query

public static final class Query.SortPredicate extends Object implements Serializable
SortPredicate is a data container that holds a single sort predicate.
See Also:
  • Constructor Details

  • Method Details

    • reverse

      public Query.SortPredicate reverse()
      Returns a sort predicate with the direction reversed.
    • getPropertyName

      public String getPropertyName()
      Gets the name of the property to sort on.
    • getDirection

      public Query.SortDirection getDirection()
      Gets the direction of the sort.
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object