Class

com.github.vooolll.domain.profile

FacebookUser

Related Doc: package profile

Permalink

case class FacebookUser(id: FacebookUserId, email: Option[String], name: Option[String], picture: Option[FacebookUserPicture], firstName: Option[String], lastName: Option[String], link: Option[URL], gender: Option[Gender], ageRange: Option[AgeRange], hometown: Option[FacebookTown], location: Option[FacebookTown]) extends FacebookProfile with Product with Serializable

id

user numeric string

email

user email

name

user name

picture

optional picture

firstName

user first name

lastName

user last name

link

user page link

gender

user gender

ageRange

age segment for this person expressed as a minimum and maximum age

hometown

hometown

location

current town

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FacebookUser
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FacebookProfile
  7. FacebookTagProfile
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FacebookUser(id: FacebookUserId, email: Option[String], name: Option[String], picture: Option[FacebookUserPicture], firstName: Option[String], lastName: Option[String], link: Option[URL], gender: Option[Gender], ageRange: Option[AgeRange], hometown: Option[FacebookTown], location: Option[FacebookTown])

    Permalink

    id

    user numeric string

    email

    user email

    name

    user name

    picture

    optional picture

    firstName

    user first name

    lastName

    user last name

    link

    user page link

    gender

    user gender

    ageRange

    age segment for this person expressed as a minimum and maximum age

    hometown

    hometown

    location

    current town

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. val ageRange: Option[AgeRange]

    Permalink

    age segment for this person expressed as a minimum and maximum age

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val email: Option[String]

    Permalink

    user email

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val firstName: Option[String]

    Permalink

    user first name

  11. val gender: Option[Gender]

    Permalink

    user gender

  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. val hometown: Option[FacebookTown]

    Permalink

    hometown

  14. val id: FacebookUserId

    Permalink

    user numeric string

  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val lastName: Option[String]

    Permalink

    user last name

  17. val link: Option[URL]

    Permalink

    user page link

  18. val location: Option[FacebookTown]

    Permalink

    current town

  19. val name: Option[String]

    Permalink

    user name

  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. val picture: Option[FacebookUserPicture]

    Permalink

    optional picture

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FacebookProfile

Inherited from FacebookTagProfile

Inherited from AnyRef

Inherited from Any

Ungrouped