Package-level declarations

Types

Link copied to clipboard
data class Link(val href: Href, val mediaType: MediaType? = null, val title: String? = null, val rels: Set<String> = setOf(), val profile: String? = null, val length: Int? = null, val hash: String? = null)
Link copied to clipboard
data class Links(val json: JSONArray)