object VerificationLevel extends IntEnum[VerificationLevel] with IntCirceEnumWithUnknown[VerificationLevel]
- Source
- guild.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerificationLevel
- IntCirceEnumWithUnknown
- ValueEnumWithUnknown
- IntEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Unknown(i: Int) extends VerificationLevel with Product with Serializable
Value Members
- implicit val codec: Codec[VerificationLevel]
- Definition Classes
- IntCirceEnumWithUnknown
- def createUnknown(value: Int): VerificationLevel
- Definition Classes
- VerificationLevel → ValueEnumWithUnknown
- def values: IndexedSeq[VerificationLevel]
- Definition Classes
- VerificationLevel → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, VerificationLevel]
- Definition Classes
- ValueEnum
- def withValue(i: Int): VerificationLevel
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], VerificationLevel]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[VerificationLevel]
- Definition Classes
- ValueEnum
- case object High extends VerificationLevel with Product with Serializable
Must be a member of the guild for more than 10 minutes
- case object Low extends VerificationLevel with Product with Serializable
Must have a verified email address
- case object Medium extends VerificationLevel with Product with Serializable
Must be a registered user for more than 5 minutes
- case object NoVerification extends VerificationLevel with Product with Serializable
Unrestricted access
- case object VeryHigh extends VerificationLevel with Product with Serializable
Must have a verified phone number