ArticleRead

class ArticleRead @JvmOverloads constructor(gallId: String, articleId: Int, session: Session? = null)

Constructors

Link copied to clipboard
constructor(gallId: String, articleId: Int, session: Session? = null)

Types

Link copied to clipboard
data class ViewInfo(val gallTitle: String, val category: Int, val subject: String, val identifier: Int, val name: String, val level: Int, val memberIcon: Int, val totalComment: Int, val ip: String, val imageCheck: Boolean, val recommendCheck: Boolean, val winnertaCheck: Boolean, val voiceCheck: Boolean, val views: Int, val writeType: String, val userId: String, val previousLink: Int, val previousSubject: String, val headTitle: String, val nextLink: Int, val nextSubject: String, val bestCheck: Boolean, val isNotice: Boolean, val gallerCon: String?, val dateTime: String, val isMinor: Boolean, val isMini: Boolean, val useAutoDelete: Int?, val useListFix: Boolean?, val membership: Boolean?, val memberGrant: Int?, val headText: List<HeadText>, val commentDeleteScope: Boolean)
Link copied to clipboard
data class ViewMain(val content: String, val upvote: Int, val upvoteMember: Int, val downvote: Int, val isManager: Boolean)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun request()

클래스의 메소드들을 사용하기 전, 이 메소드를 호출해주세요. (권장)