| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.library.schema |
| Modifier and Type | Method and Description |
|---|---|
static Abstract |
Abstract.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Abstract> |
Book.abstract_() |
Optional<Abstract> |
Serial.abstract_() |
| Modifier and Type | Method and Description |
|---|---|
Book.BuilderWithLanguage |
Book.BuilderWithLanguage.abstract_(Abstract abstract_) |
Serial.BuilderWithLanguage |
Serial.BuilderWithLanguage.abstract_(Abstract abstract_) |
Book |
Book.withAbstract_(Abstract abstract_) |
Serial |
Serial.withAbstract_(Abstract abstract_) |
| Modifier and Type | Method and Description |
|---|---|
Book.BuilderWithLanguage |
Book.BuilderWithLanguage.abstract_(Optional<Abstract> abstract_) |
Serial.BuilderWithLanguage |
Serial.BuilderWithLanguage.abstract_(Optional<Abstract> abstract_) |
Book |
Book.withAbstract_(Optional<Abstract> abstract_) |
Serial |
Serial.withAbstract_(Optional<Abstract> abstract_) |
| 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.