| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.library.schema |
| Modifier and Type | Method and Description |
|---|---|
Id |
Book.authorId() |
Id |
Serial.publisherId() |
static Id |
Id.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
Book.BuilderWithAuthorId |
Book.BuilderWithPublishedYear.authorId(Id authorId) |
Serial.BuilderWithPublisherId |
Serial.BuilderWithPublishedDate.publisherId(Id publisherId) |
Book |
Book.withAuthorId(Id authorId) |
Serial |
Serial.withPublisherId(Id publisherId) |
| Constructor and Description |
|---|
Book(String title,
PersonName author,
Optional<Abstract> abstract_,
Year publishedYear,
Id authorId,
ISBN isbn,
ItemId itemId,
Language language) |
Serial(String title,
Optional<Abstract> abstract_,
LocalDate publishedDate,
Id publisherId,
ISSN issn,
ItemId itemId,
Language language) |
Copyright © 2023. All rights reserved.