HalLink

play.api.hal.HalLink
case class HalLink(rel: String, href: String, deprecation: Option[String], name: Option[String], profile: Option[String], title: Option[String], hreflang: Option[String], `type`: Option[String], linkAttr: JsObject, templated: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withDeprecation(url: String): HalLink
def withHreflang(lang: String): HalLink
def withLinkAttributes(obj: JsObject): HalLink
def withTitle(title: String): HalLink
def withType(mediaType: String): HalLink

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product