Class GetReleaseResponse.GetReleaseResponseBuilder<C extends GetReleaseResponse, B extends GetReleaseResponse.GetReleaseResponseBuilder<C,B> >
java.lang.Object
com.amilesend.discogs.model.Resource.ResourceBuilder<Long,Release,C,B>
com.amilesend.discogs.model.type.ReleaseContentBase.ReleaseContentBaseBuilder<C,B>
com.amilesend.discogs.model.type.Release.ReleaseBuilder<C,B>
com.amilesend.discogs.model.database.GetReleaseResponse.GetReleaseResponseBuilder<C,B>
- Enclosing class:
GetReleaseResponse
public abstract static class GetReleaseResponse.GetReleaseResponseBuilder<C extends GetReleaseResponse, B extends GetReleaseResponse.GetReleaseResponseBuilder<C,B>>
extends Release.ReleaseBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Release.ReleaseBuilder
artistsSort, community, companies, country, extraArtists, formatQuantity, formats, identifiers, isBlockedFromSale, isOffensive, labels, masterId, masterUrl, notes, released, releasedFormatted, series, statusModifier and TypeMethodDescriptionartistsSort(String artistsSort) The artist name that is used for sorting this release.The associated community information.companies(List<CatalogEntity> companies) The list of companies (i.e., record labels).The country of release.extraArtists(List<Artist> extraArtists) The list of extra artists.formatQuantity(Integer formatQuantity) The quantity of formats for the release.The list of formats.identifiers(List<ReleaseIdentifier> identifiers) The list of release identifiers (e.g., barcodes)isBlockedFromSale(Boolean isBlockedFromSale) isOffensive(Boolean isOffensive) labels(List<CatalogEntity> labels) List of associated labels.The associated master identifier.The associated master URL.Notes.The release date.releasedFormatted(String releasedFormatted) The release date formatted as DD Mon yyyy.series(List<CatalogEntity> series) List of associated series.Release entry status.Methods inherited from class ReleaseContentBase.ReleaseContentBaseBuilder
artists, dataQuality, dateAdded, dateChanged, estimatedWeight, genres, images, lowestPrice, numForSale, styles, thumb, title, trackList, uri, videos, yearModifier and TypeMethodDescriptionThe list of associated artists.dataQuality(String dataQuality) Data quality descriptor.dateAdded(LocalDateTime dateAdded) The timestamp that this release entry was added.dateChanged(LocalDateTime dateChanged) The timestamp that this release entry was last.estimatedWeight(Integer estimatedWeight) The estimated relevance weight.List of applicable genres.List of associated images.lowestPrice(Double lowestPrice) The lowest price.numForSale(Integer numForSale) Number of items available for sale.List of musical styles.The URL of the thumbnail image.The release title.trackList(List<TrackInformation> trackList) The list of tracks associated with the release.The website uri for this release.The list of associated videos.The release year.Methods inherited from class Resource.ResourceBuilder
id, resourceUrl
-
Constructor Details
-
GetReleaseResponseBuilder
public GetReleaseResponseBuilder()
-
-
Method Details
-
build
- Specified by:
buildin classRelease.ReleaseBuilder<C extends GetReleaseResponse, B extends GetReleaseResponse.GetReleaseResponseBuilder<C,B>>
-
toString
- Overrides:
toStringin classRelease.ReleaseBuilder<C extends GetReleaseResponse, B extends GetReleaseResponse.GetReleaseResponseBuilder<C,B>>
-