object SignificantSite extends scala.Product with Serializable

Indicates sites that we really care about, factoring out the variation on domain that they sometimes contain.

Annotations
@Generated()
Linear Supertypes
Serializable, Serializable, scala.Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SignificantSite
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class EnumUnknownSignificantSite(value: Int) extends SignificantSite with scala.Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val annotations: Map[String, String]
  5. def apply(value: Int): SignificantSite

    Find the enum by its integer value, as defined in the Thrift IDL.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get(value: Int): Option[SignificantSite]

    Find the enum by its integer value, as defined in the Thrift IDL.

    Find the enum by its integer value, as defined in the Thrift IDL. Returns None if the value is not found

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getOrUnknown(value: Int): SignificantSite

    Find the enum by its integer value, as defined in the Thrift IDL.

    Find the enum by its integer value, as defined in the Thrift IDL. returns an EnumUnknownSignificantSite(value) if the value is not found. In particular this allows ignoring new values added to an enum in the IDL on the producer side when the consumer was not updated.

  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. lazy val list: List[SignificantSite]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def valueOf(name: String): Option[SignificantSite]
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. object AppleNews extends SignificantSite with scala.Product with Serializable
  25. object Bing extends SignificantSite with scala.Product with Serializable
  26. object Digg extends SignificantSite with scala.Product with Serializable
  27. object DrudgeReport extends SignificantSite with scala.Product with Serializable
  28. object Facebook extends SignificantSite with scala.Product with Serializable

    Facebook, including when we've inferrer that the referrer was facebook because we were access inside a facebook native app.

  29. object Flipboard extends SignificantSite with scala.Product with Serializable
  30. object Google extends SignificantSite with scala.Product with Serializable

    Any google website, regardless of subdomain and country domain i.e.

    Any google website, regardless of subdomain and country domain i.e. includes news.google.co.uk and www.google.ca also includes google plus?

  31. object Guardian extends SignificantSite with scala.Product with Serializable

    The Guardian website, including when viewed on native apps and for pages served on non www.

    The Guardian website, including when viewed on native apps and for pages served on non www. subdomains such as membership.theguardian.com and careers.theguardian.com

  32. object GuardianEmail extends SignificantSite with scala.Product with Serializable

    An email sent by the Guardian, either one of our scheduled emails or by a user clicking "email this" *

  33. object GuardianPush extends SignificantSite with scala.Product with Serializable

    An app push alert sent by the Guardian

  34. object InShorts extends SignificantSite with scala.Product with Serializable
  35. object Linkedin extends SignificantSite with scala.Product with Serializable
  36. object Outbrain extends SignificantSite with scala.Product with Serializable

    Outbrain, both paid and non-paid *

  37. object Pinterest extends SignificantSite with scala.Product with Serializable
  38. object Reddit extends SignificantSite with scala.Product with Serializable
  39. object SmartNews extends SignificantSite with scala.Product with Serializable
  40. object Spotlight extends SignificantSite with scala.Product with Serializable
  41. object Stumbleupon extends SignificantSite with scala.Product with Serializable
  42. object Tumblr extends SignificantSite with scala.Product with Serializable
  43. object Twitter extends SignificantSite with scala.Product with Serializable

    Twitter, including any where the source was a result of going via the t.co redirector

  44. object Upday extends SignificantSite with scala.Product with Serializable
  45. object WeChat extends SignificantSite with scala.Product with Serializable
  46. object WhatsApp extends SignificantSite with scala.Product with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped