Info
Information about a novel.
Parameters
title
Title of the novel, should not be empty.
alternative Titles
Alternative titles of a given novel. Useful for translated novels.
image URL
Image URL of the novel, can be empty.
language
ISO 639-2/T language code of the novel, should not be empty.
description
Description of the novel, should not be empty.
status
Status of the novel, defaulted as Novel.Status.UNKNOWN
tags
Tags that the novel has.
genres
Genres the novel applies too.
authors
Authors of the novel.
artists
Artists of the novel.
chapters
Chapters of the novel.
chapter Count
Chapter count of the novel.
word Count
Word count of the novel.
comment Count
Comment count of the novel.
view Count
View count of the novel.
favorite Count
Favorite count of the novel.
See also
Constructors
Link copied to clipboard
public Novel.Info Novel.Info(String title, Array<String> alternativeTitles, String link, String imageURL, String language, String description, Novel.Status status, Array<String> tags, Array<String> genres, Array<String> authors, Array<String> artists, Array<Novel.Chapter> chapters, Integer chapterCount, Integer wordCount, Integer commentCount, Integer viewCount, Integer favoriteCount)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard