Interface IntentSortBy.Builder

    • Method Detail

      • attribute

        IntentSortBy.Builder attribute​(String attribute)

        The attribute to use to sort the list of intents.

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

        IntentSortBy.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

        IntentSortBy.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