SortAttribute

Defines the characteristics and rules for sorting by a specific attribute.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the attribute to sort by.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: SortAttribute.Builder.() -> Unit = {}): SortAttribute
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String