Identifier

class Identifier(val scheme: String = Scheme.UUID, val value: String = Uuid.random().toString())(source)

A Book's identifier.

Defaults to a random UUID and scheme "UUID"

Constructors

Link copied to clipboard
constructor(scheme: String = Scheme.UUID, value: String = Uuid.random().toString())

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface Scheme

Properties

Link copied to clipboard

This bookId property allows the book creator to add multiple ids and tell the epubwriter which one to write out as the bookId.

Link copied to clipboard
Link copied to clipboard