Interface NamedEntitySort.Builder

  • Method Details

    • fieldName

      NamedEntitySort.Builder fieldName(String fieldName)

      The name of the field that is used for the sort.

      Parameters:
      fieldName - The name of the field that is used for the sort.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • direction

      NamedEntitySort.Builder direction(String direction)

      The direction of the sort. Valid values are ASCENDING and DESCENDING.

      Parameters:
      direction - The direction of the sort. Valid values are ASCENDING and DESCENDING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • direction

      The direction of the sort. Valid values are ASCENDING and DESCENDING.

      Parameters:
      direction - The direction of the sort. Valid values are ASCENDING and DESCENDING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: