data class MangaSearchQuery
<init> |
MangaSearchQuery(type: MangaType = MangaType.All, status: MangaStatus = MangaStatus.All, genre: List<MangaGenre>? = null, score: Int? = null, startDate: Date? = null, endDate: Date? = null, excludedGenre: Boolean = false, limit: Int? = null, orderBy: MangaOrderBy = MangaOrderBy.None, sort: Sort = Sort.Descending, magazineId: Int? = null) |
endDate |
val endDate: Date? |
excludedGenre |
val excludedGenre: Boolean |
genre |
val genre: List<MangaGenre>? |
limit |
val limit: Int? |
magazineId |
val magazineId: Int? |
orderBy |
val orderBy: MangaOrderBy |
score |
val score: Int? |
sort |
val sort: Sort |
startDate |
val startDate: Date? |
status |
val status: MangaStatus |
type |
val type: MangaType |
toString |
fun toString(): String |