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.
See also
Constructors
Link copied to clipboard
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)
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