Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.opds
/
OpdsMetadata
/
Builder
Builder
data
class
Builder
(
var
title
:
String
,
var
numberOfItems
:
Int
?
=
null
,
var
itemsPerPage
:
Int
?
=
null
,
var
currentPage
:
Int
?
=
null
,
var
modified
:
Instant
?
=
null
,
var
position
:
Int
?
=
null
,
var
rdfType
:
String
?
=
null
)
Members
Constructors
Builder
Link copied to clipboard
constructor
(
title
:
String
,
numberOfItems
:
Int
?
=
null
,
itemsPerPage
:
Int
?
=
null
,
currentPage
:
Int
?
=
null
,
modified
:
Instant
?
=
null
,
position
:
Int
?
=
null
,
rdfType
:
String
?
=
null
)
Properties
current
Page
Link copied to clipboard
var
currentPage
:
Int
?
items
Per
Page
Link copied to clipboard
var
itemsPerPage
:
Int
?
modified
Link copied to clipboard
var
modified
:
Instant
?
number
Of
Items
Link copied to clipboard
var
numberOfItems
:
Int
?
position
Link copied to clipboard
var
position
:
Int
?
rdf
Type
Link copied to clipboard
var
rdfType
:
String
?
title
Link copied to clipboard
var
title
:
String
Functions
build
Link copied to clipboard
fun
build
(
)
:
OpdsMetadata