| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.library.schema |
| Modifier and Type | Method and Description |
|---|---|
Year |
Book.publishedYear() |
static Year |
Year.value(int value) |
| Modifier and Type | Method and Description |
|---|---|
Book.BuilderWithPublishedYear |
Book.BuilderWithAuthor.publishedYear(Year publishedYear) |
Book |
Book.withPublishedYear(Year publishedYear) |
| 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.