JikanKt / moe.ganen.jikankt.models.search / MangaSearchQuery

MangaSearchQuery

data class MangaSearchQuery

Constructors

<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)

Properties

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

Functions

toString

fun toString(): String