Novel.Info

public Novel.Info Novel.Info(String title, Array<String> alternativeTitles, 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)

Parameters

title

Title of the novel, should not be empty.

alternativeTitles

Alternative titles of a given novel. Useful for translated novels.

imageURL

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.