toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.article.repo.command
/
InsertFullArticleRecordCommand
Insert
Full
Article
Record
Command
data
class
InsertFullArticleRecordCommand
(
val
writerId
:
Long
,
val
mainImageURL
:
URL
,
val
title
:
String
,
val
category
:
Byte
,
val
content
:
String
)
Members
Constructors
Insert
Full
Article
Record
Command
Link copied to clipboard
constructor
(
writerId
:
Long
,
mainImageURL
:
URL
,
title
:
String
,
category
:
Byte
,
content
:
String
)
Properties
category
Link copied to clipboard
val
category
:
Byte
content
Link copied to clipboard
val
content
:
String
main
Image
URL
Link copied to clipboard
val
mainImageURL
:
URL
title
Link copied to clipboard
val
title
:
String
writer
Id
Link copied to clipboard
val
writerId
:
Long