Links

data class Links(val json: JSONArray)

Constructors

Link copied to clipboard
constructor(json: JSONArray)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun allWithRel(rel: String, type: MediaType? = null): List<Link>
Link copied to clipboard
fun firstWithRel(rel: String, type: MediaType? = null): Link?
Link copied to clipboard
operator fun get(rel: String): List<Link>