fankt
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
fankt
fankt
/
me.matsumo.fankt.domain.model
/
FanboxPostDetail
/
FileItem
File
Item
data
class
FileItem
(
val
id
:
String
,
val
postId
:
FanboxPostId
,
val
name
:
String
,
val
extension
:
String
,
val
size
:
Long
,
val
url
:
String
)
Members
Constructors
File
Item
Link copied to clipboard
constructor
(
id
:
String
,
postId
:
FanboxPostId
,
name
:
String
,
extension
:
String
,
size
:
Long
,
url
:
String
)
Properties
extension
Link copied to clipboard
val
extension
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
post
Id
Link copied to clipboard
val
postId
:
FanboxPostId
size
Link copied to clipboard
val
size
:
Long
url
Link copied to clipboard
val
url
:
String
Functions
as
Image
Item
Link copied to clipboard
fun
asImageItem
(
)
:
FanboxPostDetail.ImageItem
?
as
Video
Item
Link copied to clipboard
fun
asVideoItem
(
)
:
FanboxPostDetail.VideoItem
?