Role

sealed class Role : Comparable<Role>

Types

Link copied to clipboard
object Admin : Role
Link copied to clipboard
object Companion
Link copied to clipboard
data class Custom(val value: Int) : Role
Link copied to clipboard
object Default : Role
Link copied to clipboard
object Moderator : Role

Functions

Link copied to clipboard
open operator override fun compareTo(other: Role): Int

Properties

Link copied to clipboard
open val value: Int

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard