Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Publisher |
build() |
Publisher.Builder |
contactEmail(String contactEmail)
The email address of the publisher.
|
Publisher.Builder |
contactPhone(String contactPhone)
The phone number of the publisher.
|
Publisher.Builder |
copy(Publisher model) |
Publisher.Builder |
description(String description)
A description of the publisher.
|
Publisher.Builder |
hqAddress(String hqAddress)
The address of the publisher’s headquarters.
|
Publisher.Builder |
id(String id)
Unique identifier for the publisher.
|
Publisher.Builder |
links(List<Link> links)
Reference links.
|
Publisher.Builder |
logo(UploadData logo) |
Publisher.Builder |
name(String name)
The name of the publisher.
|
Publisher.Builder |
websiteUrl(String websiteUrl)
The publisher’s website.
|
Publisher.Builder |
yearFounded(Long yearFounded)
The year the publisher’s company or organization was founded.
|
public Publisher.Builder id(String id)
Unique identifier for the publisher.
id
- the value to setpublic Publisher.Builder name(String name)
The name of the publisher.
name
- the value to setpublic Publisher.Builder description(String description)
A description of the publisher.
description
- the value to setpublic Publisher.Builder yearFounded(Long yearFounded)
The year the publisher’s company or organization was founded.
yearFounded
- the value to setpublic Publisher.Builder websiteUrl(String websiteUrl)
The publisher’s website.
websiteUrl
- the value to setpublic Publisher.Builder contactEmail(String contactEmail)
The email address of the publisher.
contactEmail
- the value to setpublic Publisher.Builder contactPhone(String contactPhone)
The phone number of the publisher.
contactPhone
- the value to setpublic Publisher.Builder hqAddress(String hqAddress)
The address of the publisher’s headquarters.
hqAddress
- the value to setpublic Publisher.Builder logo(UploadData logo)
public Publisher.Builder links(List<Link> links)
Reference links.
links
- the value to setpublic Publisher build()
public Publisher.Builder copy(Publisher model)
Copyright © 2016–2024. All rights reserved.