Class TableRequest.Order

  • Enclosing class:
    TableRequest


    public static class TableRequest.Order
    extends java.lang.Object
    Represents ordering information (column index and ordering direction).
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TableRequest.Order.Direction
      Represents the ordering direction of the results.
    • Constructor Summary

      Constructors 
      Constructor Description
      Order​()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setDir​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Order

        public Order​()
    • Method Detail

      • setDir

        public void setDir​(java.lang.String string)