Class OrderByImpl

java.lang.Object
com.atlassian.query.order.OrderByImpl
All Implemented Interfaces:
OrderBy, Serializable

@Immutable @Internal public class OrderByImpl extends Object implements OrderBy
Default implementation of OrderBy.
Since:
4.0
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getSearchSorts

      public List<SearchSort> getSearchSorts()
      Specified by:
      getSearchSorts in interface OrderBy
      Returns:
      a list of SearchSort objects that represent the specified sorting requested for this OrderBy clause. Cannot be null.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object