Package

com.github.vooolll.domain

media

Permalink

package media

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AttachmentType extends AnyRef

    Permalink
  2. final case class FacebookAttachment(attachment: Option[FacebookImageSource], target: FacebookAttachmentTarget, url: Option[URL], attachmentType: AttachmentType, title: Option[String]) extends Product with Serializable

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

    Permalink
  4. final case class FacebookAttachmentTarget(id: Option[FacebookAttachmentId], url: Option[URL]) extends Product with Serializable

    Permalink
  5. final case class FacebookImageSource(height: Double, src: URL, width: Double) extends Product with Serializable

    Permalink

Value Members

  1. object AttachmentTypes

    Permalink

Ungrouped