portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.presentation.request
/
CommentUpdateForm
Comment
Update
Form
data
class
CommentUpdateForm
(
val
content
:
String
?
=
null
)
Members
Constructors
Comment
Update
Form
Link copied to clipboard
constructor
(
content
:
String
?
=
null
)
Properties
content
Link copied to clipboard
@
NotBlank
(
message
=
"댓글 내용을 입력해주세요"
)
@
Size
(
min
=
1
,
max
=
1000
,
message
=
"댓글은 1000자를 초과할 수 없습니다"
)
val
content
:
String
?
=
null