@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class Book extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Book.Builder |
static class |
Book.BuilderWithAuthor |
static class |
Book.BuilderWithAuthorId |
static class |
Book.BuilderWithIsbn |
static class |
Book.BuilderWithItemId |
static class |
Book.BuilderWithLanguage |
static class |
Book.BuilderWithPublishedYear |
static class |
Book.BuilderWithTitle |
| Constructor and Description |
|---|
Book(String title,
PersonName author,
Optional<Abstract> abstract_,
Year publishedYear,
Id authorId,
ISBN isbn,
ItemId itemId,
Language language) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Abstract> |
abstract_() |
PersonName |
author() |
Id |
authorId() |
static Book.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
ISBN |
isbn() |
ItemId |
itemId() |
Language |
language() |
Year |
publishedYear() |
String |
title() |
static Book.BuilderWithTitle |
title(String title) |
String |
toString() |
Book |
withAbstract_(Abstract abstract_) |
Book |
withAbstract_(Optional<Abstract> abstract_) |
Book |
withAuthor(PersonName author) |
Book |
withAuthorId(Id authorId) |
Book |
withIsbn(ISBN isbn) |
Book |
withItemId(ItemId itemId) |
Book |
withLanguage(Language language) |
Book |
withPublishedYear(Year publishedYear) |
Book |
withTitle(String title) |
public static Book.Builder builder()
public static Book.BuilderWithTitle title(String title)
public String title()
public PersonName author()
public Year publishedYear()
public Id authorId()
public ISBN isbn()
public ItemId itemId()
public Language language()
public Book withAuthor(PersonName author)
Copyright © 2023. All rights reserved.