IModelObject.Builderpublic static final class Copyright.Builder extends AbstractModelObject.Builder
Copyright instances.| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
Copyright |
build() |
Build a model object with the information set in the builder object.
|
Copyright.Builder |
setText(String text) |
The copyright text setter.
|
Copyright.Builder |
setType(CopyrightType type) |
The copyright type setter.
|
public Copyright.Builder setText(String text)
text - The copyright text for this album.Copyright.Builderpublic Copyright.Builder setType(CopyrightType type)
type - The type of copyright: C = the copyright, P = the sound recording (performance) copyright.Copyright.Builderpublic Copyright build()
IModelObject.BuilderCopyright © 2019. All rights reserved.