Package

com.github.vooolll.domain

profile

Permalink

package profile

Visibility
  1. Public
  2. All

Type Members

  1. case class AgeRange(min: Int, max: Option[Int]) extends Product with Serializable

    Permalink

    min

    upper bounds of the range for this person's age

    max

    lower bounds of the range for this person's age

  2. case class Cover(id: Option[String], offsetX: Double, offsetY: Double, source: URL) extends Product with Serializable

    Permalink

    id

    cover id

    offsetX

    x offset

    offsetY

    y offset

    source

    source link

  3. final case class FacebookApplication(id: FacebookApplicationId, link: URL, name: String) extends FacebookProfile with Product with Serializable

    Permalink
  4. trait FacebookProfile extends FacebookTagProfile

    Permalink
  5. final case class FacebookProfileId(value: String) extends AnyVal with Product with Serializable

    Permalink
  6. trait FacebookTagProfile extends AnyRef

    Permalink
  7. case class FacebookTown(id: String, name: String) extends Product with Serializable

    Permalink

    id

    town id

    name

    name like New York, USA

  8. 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

    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

  9. trait FacebookUserAttribute extends FacebookAttribute

    Permalink
  10. final case class FacebookUserId(value: String) extends AnyVal with Product with Serializable

    Permalink

    value

    Facebook user id

  11. case class FacebookUserPicture(height: Double, isSilhouette: Boolean, url: URL, wight: Double) extends Product with Serializable

    Permalink

    height

    image height

    isSilhouette

    is silhouette

    url

    link

    wight

    image wight

  12. trait Gender extends AnyRef

    Permalink

Value Members

  1. object FacebookUserAttribute

    Permalink
  2. object Gender

    Permalink

Ungrouped