Interface FieldSort.Builder

    • Method Detail

      • fieldId

        FieldSort.Builder fieldId​(String fieldId)

        The sort configuration target field.

        Parameters:
        fieldId - The sort configuration target field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • direction

        FieldSort.Builder direction​(String direction)

        The sort direction. Choose one of the following options:

        • ASC: Ascending

        • DESC: Descending

        Parameters:
        direction - The sort direction. Choose one of the following options:

        • ASC: Ascending

        • DESC: Descending

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortDirection, SortDirection
      • direction

        FieldSort.Builder direction​(SortDirection direction)

        The sort direction. Choose one of the following options:

        • ASC: Ascending

        • DESC: Descending

        Parameters:
        direction - The sort direction. Choose one of the following options:

        • ASC: Ascending

        • DESC: Descending

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortDirection, SortDirection