WorkBlurb

data class WorkBlurb(val id: Long, val title: String, val authors: List<UserReference>, val giftees: List<UserReference>, val lastUpdatedDate: LocalDate, val rating: Rating, val warnings: List<Warning>, val categories: List<Category>, val fandoms: List<String>, val relationships: List<String>, val characters: List<String>, val freeforms: List<String>, val summary: Html, val language: Language, val wordCount: Int, val chapterCount: Int, val maxChapterCount: Int, val commentCount: Int, val kudosCount: Int, val bookmarkCount: Int, val hitCount: Int)

Constructors

Link copied to clipboard
constructor(id: Long, title: String, authors: List<UserReference>, giftees: List<UserReference>, lastUpdatedDate: LocalDate, rating: Rating, warnings: List<Warning>, categories: List<Category>, fandoms: List<String>, relationships: List<String>, characters: List<String>, freeforms: List<String>, summary: Html, language: Language, wordCount: Int, chapterCount: Int, maxChapterCount: Int, commentCount: Int, kudosCount: Int, bookmarkCount: Int, hitCount: Int)

Properties

Link copied to clipboard

The list of authors of the work.

Link copied to clipboard

The number of bookmarks that this work has received.

Link copied to clipboard

The categories of the relationships featured in this work.

Link copied to clipboard

The current number of chapters for the work.

Link copied to clipboard

The character tags associated with this work.

Link copied to clipboard

The number of comments left on the work.

Link copied to clipboard

The fandom tags associated with this work.

Link copied to clipboard

The freeform tags associated with the work.

Link copied to clipboard

The list of giftees for the work.

Link copied to clipboard

The number of hits that this work has received.

Link copied to clipboard
val id: Long

The unique ID of the entire work.

Link copied to clipboard

Indicates whether the work is complete. A completed work has the same chapterCount and maxChapterCount.

Link copied to clipboard

The number of kudos that this work has received.

Link copied to clipboard

The language in which the work was written in.

Link copied to clipboard

The date of the most recent update to this work.

Link copied to clipboard

The projected number of chapters for the work. If the number is unknown (represented as a "?" on AO3), then maxChapterCount is 0.

Link copied to clipboard

The content rating of this work (e.g. General).

Link copied to clipboard

The relationship tags associated with this work.

Link copied to clipboard

The raw HTML of the summary.

Link copied to clipboard

The title of the work.

Link copied to clipboard

The content warnings for the work (e.g. Graphic Depictions of Violence).

Link copied to clipboard

The total number of words in the entire work.