Interface SortAttribute.Builder

  • Method Details

    • name

      The name of the attribute to sort by.

      Parameters:
      name - The name of the attribute to sort by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataType

      SortAttribute.Builder dataType(String dataType)

      The data type of the sort attribute (e.g., string, number, date).

      Parameters:
      dataType - The data type of the sort attribute (e.g., string, number, date).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataType

      The data type of the sort attribute (e.g., string, number, date).

      Parameters:
      dataType - The data type of the sort attribute (e.g., string, number, date).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      The sort order for the attribute (ascending or descending).

      Parameters:
      order - The sort order for the attribute (ascending or descending).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      The sort order for the attribute (ascending or descending).

      Parameters:
      order - The sort order for the attribute (ascending or descending).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of attribute (e.g., profile, calculated).

      Parameters:
      type - The type of attribute (e.g., profile, calculated).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of attribute (e.g., profile, calculated).

      Parameters:
      type - The type of attribute (e.g., profile, calculated).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: