Object/Trait

com.gu.editorialproductionmetricsmodels.models

EventType

Related Docs: trait EventType | package models

Permalink

object EventType extends Enum[EventType] with CirceEnum[EventType] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CirceEnum[EventType], Enum[EventType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CirceEnum
  7. Enum
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object CapiContent extends EventType with Product with Serializable

    Permalink
  5. object CreatedContent extends EventType with Product with Serializable

    Permalink
  6. object ForkedContent extends EventType with Product with Serializable

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. implicit val circeDecoder: Decoder[EventType]

    Permalink
    Definition Classes
    CirceEnum
  9. implicit val circeEncoder: Encoder[EventType]

    Permalink
    Definition Classes
    CirceEnum
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. macro def findValues: IndexedSeq[EventType]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def indexOf(member: EventType): Int

    Permalink
    Definition Classes
    Enum
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final lazy val lowerCaseNamesToValuesMap: Map[String, EventType]

    Permalink
    Definition Classes
    Enum
  19. final lazy val namesToValuesMap: Map[String, EventType]

    Permalink
    Definition Classes
    Enum
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. final lazy val upperCaseNameValuesToMap: Map[String, EventType]

    Permalink
    Definition Classes
    Enum
  25. val values: IndexedSeq[EventType]

    Permalink
    Definition Classes
    EventType → Enum
  26. final lazy val valuesToIndex: Map[EventType, Int]

    Permalink
    Definition Classes
    Enum
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withName(name: String): EventType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  31. def withNameInsensitive(name: String): EventType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  32. def withNameInsensitiveOption(name: String): Option[EventType]

    Permalink
    Definition Classes
    Enum
  33. def withNameLowercaseOnly(name: String): EventType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  34. def withNameLowercaseOnlyOption(name: String): Option[EventType]

    Permalink
    Definition Classes
    Enum
  35. def withNameOption(name: String): Option[EventType]

    Permalink
    Definition Classes
    Enum
  36. def withNameUppercaseOnly(name: String): EventType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  37. def withNameUppercaseOnlyOption(name: String): Option[EventType]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CirceEnum[EventType]

Inherited from Enum[EventType]

Inherited from AnyRef

Inherited from Any

Ungrouped