Interface BotSortBy.Builder

  • Method Details

    • attribute

      BotSortBy.Builder attribute(String attribute)

      The attribute to use to sort the list of bots.

      Parameters:
      attribute - The attribute to use to sort the list of bots.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attribute

      BotSortBy.Builder attribute(BotSortAttribute attribute)

      The attribute to use to sort the list of bots.

      Parameters:
      attribute - The attribute to use to sort the list of bots.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      BotSortBy.Builder order(String order)

      The order to sort the list. You can choose ascending or descending.

      Parameters:
      order - The order to sort the list. You can choose ascending or descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      The order to sort the list. You can choose ascending or descending.

      Parameters:
      order - The order to sort the list. You can choose ascending or descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: