Packages

p

domain

profile

package profile

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    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

    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
  4. trait FacebookProfile extends FacebookTagProfile
  5. case class FacebookProfileId (value: String) extends Product with Serializable
  6. trait FacebookTagProfile extends AnyRef
  7. case class FacebookUser (id: FacebookUserId, name: Option[String], picture: Option[FacebookUserPicture], firstName: Option[String], lastName: Option[String], link: Option[URL], verified: Option[Boolean], locale: Option[Locale], timezone: Option[ZoneOffset], gender: Option[Gender], ageRange: Option[AgeRange], cover: Option[Cover], updatedTime: Option[Instant]) extends FacebookProfile with Product with Serializable

    id

    id - numeric string

    name

    optional name

    picture

    optional picture

    firstName

    optional first name

    lastName

    optional last name

    link

    optional link

    verified

    optional verified status flag

    locale

    optional locale

    timezone

    optional person's current timezone offset from UTC

    gender

    optional gender

    ageRange

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

    cover

    optional cover

    updatedTime

    optional updated time

  8. trait FacebookUserAttribute extends FacebookAttribute
  9. final case class FacebookUserId (value: String) extends Product with Serializable

    value

    Facebook user id

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

    height

    image height

    isSilhouette

    is silhouette

    url

    link

    wight

    image wight

  11. trait Gender extends AnyRef

Ungrouped