Enum OrderByOperation.Direction

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ASCENDING
      Order from lower to higher (A..Z)
      DESCENDING
      Order from higher to lower (Z..A)
    • Enum Constant Detail

      • ASCENDING

        public static final OrderByOperation.Direction ASCENDING
        Order from lower to higher (A..Z)
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • DESCENDING

        public static final OrderByOperation.Direction DESCENDING
        Order from higher to lower (Z..A)
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.