lib-client
/
com.baptistecarlier.kotlin.datagouvfr.client.model
/
DiscussionResponse
Discussion
Response
public final class
DiscussionResponse
Content copied to clipboard
Constructors
Functions
Properties
Constructors
DiscussionResponse
Link copied to clipboard
DiscussionResponse
DiscussionResponse
(
String
comment,
Boolean
close)
Content copied to clipboard
Functions
get
Close
Link copied to clipboard
final
Boolean
getClose
()
Content copied to clipboard
get
Comment
Link copied to clipboard
final
String
getComment
()
Content copied to clipboard
set
Close
Link copied to clipboard
final
Unit
setClose
(
Boolean
close)
Content copied to clipboard
set
Comment
Link copied to clipboard
final
Unit
setComment
(
String
comment)
Content copied to clipboard
Properties
close
Link copied to clipboard
private
Boolean
close
Content copied to clipboard
Is this a closing response. Only subject owner can close
comment
Link copied to clipboard
private
String
comment
Content copied to clipboard
The comment to submit