Novel.Chapter

public Novel.Chapter Novel.Chapter(String release, String title, String link, Double order)

Parameters

release

Tell the user what date the chapter was released on. Can be empty.

title

Title of the chapter, should not be empty.

link

Link to the chapter, should be shrunk.

order

Absolute order of a chapter, as declared by a site. Used for sorting. For example. Let us say a site has 10 chapters, listed as such: 1, 2, 3, 5, 6, 10, 8, 9. While the chapters are out of order, it is okay. These will be numbered: 0, 1, 2, 3, 4, 5, 6, 7; in their order value.