@JsonClass(true) open class EnvelopedCommentData : EnvelopedContribution
<init> |
EnvelopedCommentData(kind: EnvelopeKind, data: CommentData) |
data |
open val data: CommentData |
kind |
open val kind: EnvelopeKind |
EnvelopedComment |
data class EnvelopedComment : Envelope<Comment>, EnvelopedCommentData, Parcelable |
EnvelopedMoreComment |
data class EnvelopedMoreComment : Envelope<MoreComments>, EnvelopedCommentData, Parcelable |