Packages

object ActivityType extends IntEnum[ActivityType] with IntCirceEnumWithUnknown[ActivityType]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActivityType
  2. IntCirceEnumWithUnknown
  3. ValueEnumWithUnknown
  4. IntEnum
  5. ValueEnum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Unknown(value: Int) extends ActivityType with Product with Serializable

Value Members

  1. implicit val codec: Codec[ActivityType]
    Definition Classes
    IntCirceEnumWithUnknown
  2. def createUnknown(value: Int): ActivityType
    Definition Classes
    ActivityTypeValueEnumWithUnknown
  3. def values: IndexedSeq[ActivityType]
    Definition Classes
    ActivityType → ValueEnum
  4. final lazy val valuesToEntriesMap: Map[Int, ActivityType]
    Definition Classes
    ValueEnum
  5. def withValue(i: Int): ActivityType
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  6. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], ActivityType]
    Definition Classes
    ValueEnum
  7. def withValueOpt(i: Int): Option[ActivityType]
    Definition Classes
    ValueEnum
  8. case object Competing extends ActivityType with Product with Serializable
  9. case object Custom extends ActivityType with Product with Serializable
  10. case object Game extends ActivityType with Product with Serializable
  11. case object Listening extends ActivityType with Product with Serializable
  12. case object Streaming extends ActivityType with Product with Serializable
  13. case object Watching extends ActivityType with Product with Serializable