Readium
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Readium
readium-lcp
/
org.readium.r2.lcp.license.model.components
/
Links
Links
data
class
Links
(
val
json
:
JSONArray
)
Members
Constructors
Links
Link copied to clipboard
constructor
(
json
:
JSONArray
)
Properties
json
Link copied to clipboard
val
json
:
JSONArray
links
Link copied to clipboard
val
links
:
List
<
Link
>
Functions
all
With
Rel
Link copied to clipboard
fun
allWithRel
(
rel
:
String
,
type
:
MediaType
?
=
null
)
:
List
<
Link
>
first
With
Rel
Link copied to clipboard
fun
firstWithRel
(
rel
:
String
,
type
:
MediaType
?
=
null
)
:
Link
?
get
Link copied to clipboard
operator
fun
get
(
rel
:
String
)
:
List
<
Link
>