Interface BotLocaleSortBy.Builder

    • Method Detail

      • order

        BotLocaleSortBy.Builder order​(String order)

        Specifies whether to sort the bot locales in ascending or descending order.

        Parameters:
        order - Specifies whether to sort the bot locales in ascending or descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • order

        BotLocaleSortBy.Builder order​(SortOrder order)

        Specifies whether to sort the bot locales in ascending or descending order.

        Parameters:
        order - Specifies whether to sort the bot locales in ascending or descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder