Interface SlotSortBy.Builder

    • Method Detail

      • attribute

        SlotSortBy.Builder attribute​(String attribute)

        The attribute to use to sort the list.

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

        SlotSortBy.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:
        SortOrder, SortOrder
      • order

        SlotSortBy.Builder order​(SortOrder 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:
        SortOrder, SortOrder