Interface SortProperty.Builder

    • Method Detail

      • field

        SortProperty.Builder field​(String field)

        The field to perform the sort on.

        Parameters:
        field - The field to perform the sort on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • direction

        SortProperty.Builder direction​(String direction)

        The direction of the sort, either ascending or descending.

        Parameters:
        direction - The direction of the sort, either ascending or descending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortDirection, SortDirection
      • direction

        SortProperty.Builder direction​(SortDirection direction)

        The direction of the sort, either ascending or descending.

        Parameters:
        direction - The direction of the sort, either ascending or descending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortDirection, SortDirection