Package

com.github.vooolll.domain

comments

Permalink

package comments

Visibility
  1. Public
  2. All

Type Members

  1. final case class FacebookComment(id: FacebookCommentId, message: Option[String], createdTime: Option[Instant], from: Option[FacebookProfileId], parent: Option[FacebookComment], mediaObject: Option[FacebookMediaObject], attachment: Option[FacebookAttachment]) extends Product with Serializable

    Permalink
  2. trait FacebookCommentAttribute extends FacebookAttribute

    Permalink
  3. final case class FacebookCommentId(value: String) extends AnyVal with Product with Serializable

    Permalink
  4. final case class FacebookCommentSummary(order: FacebookOrder, totalCount: Int, canComment: Option[Boolean]) extends Product with Serializable

    Permalink
  5. final case class FacebookComments(comments: List[FacebookComment], paging: Option[FacebookPaging], summary: Option[FacebookCommentSummary] = None) extends Product with Serializable

    Permalink
  6. final case class FacebookMediaObject(id: FacebookMediaObjectId, createdTime: Instant) extends Product with Serializable

    Permalink
  7. final case class FacebookMediaObjectId(value: String) extends Product with Serializable

    Permalink

Ungrouped