Interface SelectableValuesSort.Builder

  • Method Details

    • direction

      SelectableValuesSort.Builder direction(String direction)

      The sort direction for the selectable values. Choose one of the following options:

      • ASC: Sort in ascending order.

      • DESC: Sort in descending order.

      • USER_DEFINED_ORDER: Preserve the order in which the values were entered.

      Parameters:
      direction - The sort direction for the selectable values. Choose one of the following options:

      • ASC: Sort in ascending order.

      • DESC: Sort in descending order.

      • USER_DEFINED_ORDER: Preserve the order in which the values were entered.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • direction

      The sort direction for the selectable values. Choose one of the following options:

      • ASC: Sort in ascending order.

      • DESC: Sort in descending order.

      • USER_DEFINED_ORDER: Preserve the order in which the values were entered.

      Parameters:
      direction - The sort direction for the selectable values. Choose one of the following options:

      • ASC: Sort in ascending order.

      • DESC: Sort in descending order.

      • USER_DEFINED_ORDER: Preserve the order in which the values were entered.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: