| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.library.schema |
| Modifier and Type | Method and Description |
|---|---|
ItemId |
Book.itemId() |
ItemId |
Loan.itemId() |
ItemId |
Serial.itemId() |
static ItemId |
ItemId.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
Book.BuilderWithItemId |
Book.BuilderWithIsbn.itemId(ItemId itemId) |
Loan.BuilderWithItemId |
Loan.BuilderWithUserId.itemId(ItemId itemId) |
Serial.BuilderWithItemId |
Serial.BuilderWithIssn.itemId(ItemId itemId) |
Book |
Book.withItemId(ItemId itemId) |
Loan |
Loan.withItemId(ItemId itemId) |
Serial |
Serial.withItemId(ItemId itemId) |
| Constructor and Description |
|---|
Book(String title,
PersonName author,
Optional<Abstract> abstract_,
Year publishedYear,
Id authorId,
ISBN isbn,
ItemId itemId,
Language language) |
Loan(UserId userId,
ItemId itemId,
LocalDate startDate,
LocalDate dueDate,
Optional<LocalDate> dateReturned) |
Serial(String title,
Optional<Abstract> abstract_,
LocalDate publishedDate,
Id publisherId,
ISSN issn,
ItemId itemId,
Language language) |
Copyright © 2023. All rights reserved.