| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.library.schema |
| Modifier and Type | Method and Description |
|---|---|
static Language |
Language.fromValue(Object value) |
Language |
Book.language() |
Language |
Serial.language() |
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Book.BuilderWithLanguage |
Book.BuilderWithItemId.language(Language language) |
Serial.BuilderWithLanguage |
Serial.BuilderWithItemId.language(Language language) |
Book |
Book.withLanguage(Language language) |
Serial |
Serial.withLanguage(Language language) |
| 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.