BannedUsersSort

@Immutable
data class BannedUsersSort(val createdAt: Date) : ComparableFieldProvider

Sorter for banned users which takes into consideration the Date when the user was banned.

Parameters

createdAt

The date when the user was banned.

Constructors

Link copied to clipboard
constructor(createdAt: Date)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getComparableField(fieldName: String): Comparable<*>?

Gets a comparable fields from a name.