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