final case class Settings(allow_contributor_request: String, allow_dm_groups_from: String, allow_dms_from: String, always_use_https: Boolean = false, discoverable_by_email: Boolean = false, discoverable_by_mobile_phone: Boolean = false, geo_enabled: Boolean = false, language: String, protected: Boolean = false, screen_name: String, sleep_time: SleepTime, show_all_inline_media: Boolean = false, use_cookie_personalization: Boolean = false, time_zone: Option[TimeZoneRecord] = None, trend_location: Seq[Location] = Seq.empty) extends Product with Serializable

Source
Settings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Settings
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Settings(allow_contributor_request: String, allow_dm_groups_from: String, allow_dms_from: String, always_use_https: Boolean = false, discoverable_by_email: Boolean = false, discoverable_by_mobile_phone: Boolean = false, geo_enabled: Boolean = false, language: String, protected: Boolean = false, screen_name: String, sleep_time: SleepTime, show_all_inline_media: Boolean = false, use_cookie_personalization: Boolean = false, time_zone: Option[TimeZoneRecord] = None, trend_location: Seq[Location] = Seq.empty)

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 allow_contributor_request: String
  5. val allow_dm_groups_from: String
  6. val allow_dms_from: String
  7. val always_use_https: Boolean
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. val discoverable_by_email: Boolean
  11. val discoverable_by_mobile_phone: Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val geo_enabled: Boolean
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val language: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val protected: Boolean
  22. val screen_name: String
  23. val show_all_inline_media: Boolean
  24. val sleep_time: SleepTime
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val time_zone: Option[TimeZoneRecord]
  27. val trend_location: Seq[Location]
  28. val use_cookie_personalization: Boolean
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped