| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.library.schema |
| Modifier and Type | Method and Description |
|---|---|
ISBN |
Book.isbn() |
static ISBN |
ISBN.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
Book.BuilderWithIsbn |
Book.BuilderWithAuthorId.isbn(ISBN isbn) |
Book |
Book.withIsbn(ISBN isbn) |
| Constructor and Description |
|---|
Book(String title,
PersonName author,
Optional<Abstract> abstract_,
Year publishedYear,
Id authorId,
ISBN isbn,
ItemId itemId,
Language language) |
Copyright © 2023. All rights reserved.