1 2 3 4 5 6 7 8 9 10 11
package yoga.model import java.net.URI final case class Pose( name: String, otherNames: Seq[String] = Nil, category: PoseCategory, image: URI, rights: FileRights )