ArticleList

class ArticleList @JvmOverloads constructor(gallId: String, searchKeyword: String, searchType: ArticleList.SearchType = SearchType.ALL, page: Int = 1, recommend: Boolean = false, notice: Boolean = false, headId: Int = 0, session: Session? = null)

Constructors

Link copied to clipboard
constructor(gallId: String, page: Int = 1, recommend: Boolean = false, notice: Boolean = false, headId: Int = 0, session: Session? = null)
constructor(gallId: String, searchKeyword: String, page: Int = 1, recommend: Boolean = false, notice: Boolean = false, headId: Int = 0, session: Session? = null)
constructor(gallId: String, searchKeyword: String, searchType: ArticleList.SearchType = SearchType.ALL, page: Int = 1, recommend: Boolean = false, notice: Boolean = false, headId: Int = 0, session: Session? = null)

Types

Link copied to clipboard
data class GallInfo(val title: String, val category: Int, val fileCount: Int, val fileSize: Int, val noWrite: Boolean, val captcha: Boolean?, val codeCount: Int?, val isMinor: Boolean, val isMini: Boolean, val isManager: Boolean, val membership: Boolean?, val profileImage: String?, val totalMember: Int?, val memberJoin: Boolean?, val useAutoDelete: Int?, val useListFix: Boolean?, val notifyRecent: Int?, val relationGall: Map<String, String>, val headText: List<HeadText>)
Link copied to clipboard
data class GallList(val identifier: Int, val views: Int, val upvote: Int, val imageIcon: Boolean, val upvoteIcon: Boolean, val bestCheck: Boolean, val voiceIcon: Boolean, val winnertaIcon: Boolean, val level: Int, val totalComment: Int, val totalVoice: Int, val userId: String, val memberIcon: Int, val ip: String, val gallerCon: String?, val subject: String, val name: String, val dateTime: String, val headText: String?)
Link copied to clipboard

Functions

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

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