BookBibliographyEntry

constructor(citationKey: String, title: String?, author: String?, year: String?, publisher: String?, editor: String? = null, volume: String? = null, series: String? = null, address: String? = null, edition: String? = null, extraFields: Map<String, String> = emptyMap())

Parameters

citationKey

the unique identifier for the entry

title

the title of the book

author

the author(s) of the book

year

the year of publication

publisher

the publisher of the book

editor

the editor(s) of the book, if applicable

volume

the volume number, if applicable

series

the series name, if applicable

address

the address of the publisher, if applicable

edition

the edition of the book, if applicable