Author

constructor(name: String)

Constructs an Author with the specified name and an ID of 0

Parameters

name

The name of the author


constructor(name: String, id: Long)

Constructs an Author with the specified name and ID

Parameters

name

The name of the author

id

The id of the author


constructor(name: String, id: Long, hyperlink: Boolean)

Constructs an Author with the specified name, ID, and whether to hyperlink the profile.