object InviteTargetType extends IntEnum[InviteTargetType] with IntCirceEnumWithUnknown[InviteTargetType]
- Source
- invite.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InviteTargetType
- IntCirceEnumWithUnknown
- ValueEnumWithUnknown
- IntEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Unknown(value: Int) extends InviteTargetType with Product with Serializable
Value Members
- implicit val codec: Codec[InviteTargetType]
- Definition Classes
- IntCirceEnumWithUnknown
- def createUnknown(value: Int): InviteTargetType
- Definition Classes
- InviteTargetType → ValueEnumWithUnknown
- def values: IndexedSeq[InviteTargetType]
- Definition Classes
- InviteTargetType → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, InviteTargetType]
- Definition Classes
- ValueEnum
- def withValue(i: Int): InviteTargetType
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], InviteTargetType]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[InviteTargetType]
- Definition Classes
- ValueEnum
- case object EmbeddedApplication extends InviteTargetType with Product with Serializable
- case object Stream extends InviteTargetType with Product with Serializable