HalLinks

play.api.hal.HalLinks
See theHalLinks companion object
case class HalLinks(links: Vector[HalLink])

Attributes

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

Members list

Value members

Concrete methods

def ++(other: HalLinks): HalLinks
def ++(link: HalLink): HalLinks
def include(other: HalLinks): HalLinks
def include(link: HalLink): HalLinks

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product