yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.model.cover
/
Cover
Cover
@
Serializable
data
class
Cover
(
val
type
:
CoverType
,
val
uri
:
String
,
val
prefix
:
String
?
=
null
,
val
dir
:
String
?
=
null
,
val
version
:
String
?
=
null
,
val
custom
:
Boolean
?
=
null
)
Members
Constructors
Cover
Link copied to clipboard
constructor
(
type
:
CoverType
,
uri
:
String
,
prefix
:
String
?
=
null
,
dir
:
String
?
=
null
,
version
:
String
?
=
null
,
custom
:
Boolean
?
=
null
)
Properties
custom
Link copied to clipboard
val
custom
:
Boolean
?
dir
Link copied to clipboard
val
dir
:
String
?
prefix
Link copied to clipboard
val
prefix
:
String
?
type
Link copied to clipboard
val
type
:
CoverType
uri
Link copied to clipboard
val
uri
:
String
version
Link copied to clipboard
val
version
:
String
?
Functions
get
Url
Link copied to clipboard
fun
getUrl
(
size
:
CoverSize
)
:
String