data class AnimeSearchQuery
<init> |
AnimeSearchQuery(type: AnimeType = AnimeType.All, status: AnimeStatus = AnimeStatus.All, rated: AgeRating = AgeRating.All, genre: List<AnimeGenre>? = null, score: Int? = null, startDate: Date? = null, endDate: Date? = null, excludedGenre: Boolean = false, limit: Int? = null, orderBy: AnimeOrderBy = AnimeOrderBy.None, sort: Sort = Sort.Descending, producerId: Int? = null) |
endDate |
val endDate: Date? |
excludedGenre |
val excludedGenre: Boolean |
genre |
val genre: List<AnimeGenre>? |
limit |
val limit: Int? |
orderBy |
val orderBy: AnimeOrderBy |
producerId |
val producerId: Int? |
rated |
val rated: AgeRating |
score |
val score: Int? |
sort |
val sort: Sort |
startDate |
val startDate: Date? |
status |
val status: AnimeStatus |
type |
val type: AnimeType |
toString |
fun toString(): String |