@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class Serial extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Serial.Builder |
static class |
Serial.BuilderWithIssn |
static class |
Serial.BuilderWithItemId |
static class |
Serial.BuilderWithLanguage |
static class |
Serial.BuilderWithPublishedDate |
static class |
Serial.BuilderWithPublisherId |
static class |
Serial.BuilderWithTitle |
| Constructor and Description |
|---|
Serial(String title,
Optional<Abstract> abstract_,
LocalDate publishedDate,
Id publisherId,
ISSN issn,
ItemId itemId,
Language language) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Abstract> |
abstract_() |
static Serial.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
ISSN |
issn() |
ItemId |
itemId() |
Language |
language() |
LocalDate |
publishedDate() |
Id |
publisherId() |
String |
title() |
static Serial.BuilderWithTitle |
title(String title) |
String |
toString() |
Serial |
withAbstract_(Abstract abstract_) |
Serial |
withAbstract_(Optional<Abstract> abstract_) |
Serial |
withIssn(ISSN issn) |
Serial |
withItemId(ItemId itemId) |
Serial |
withLanguage(Language language) |
Serial |
withPublishedDate(LocalDate publishedDate) |
Serial |
withPublisherId(Id publisherId) |
Serial |
withTitle(String title) |
public static Serial.Builder builder()
public static Serial.BuilderWithTitle title(String title)
public String title()
public LocalDate publishedDate()
public Id publisherId()
public ISSN issn()
public ItemId itemId()
public Language language()
Copyright © 2023. All rights reserved.