Package

com.github.vooolll.domain

posts

Permalink

package posts

Visibility
  1. Public
  2. All

Type Members

  1. final case class FacebookPost(id: FacebookPostId, name: Option[String], message: Option[String], createdTime: Option[Instant], objectId: Option[String], picture: Option[URL], from: Option[FacebookProfileId], attachments: List[FacebookAttachment]) extends Product with Serializable

    Permalink
  2. final case class FacebookPostId(value: String) extends Product with Serializable

    Permalink

Value Members

  1. object FacebookPostAttributes

    Permalink

Ungrouped