ShowSimplified.Builder |
ShowSimplified.builder() |
|
ShowSimplified.Builder |
ShowSimplified.Builder.setAvailableMarkets(com.neovisionaries.i18n.CountryCode... availableMarkets) |
Set the available markets of the show to be built.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setCopyrights(Copyright... copyrights) |
Set the copyrights of the show to be built.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setDescription(String description) |
Set the description for the show to be built.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setExplicit(Boolean explicit) |
Set whether the show to be built is explicit or not.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setExternallyHosted(Boolean externallyHosted) |
Set whether the show to be built is hosted outside of Spotify's CDN.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set the external URLs for the show to be built.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setHref(String href) |
Set the link to the Web API endpoint providing full details of the show to be built.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setId(String id) |
Set the Spotify ID for the show to be built.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setImages(Image... images) |
Set the cover art for the show to be built.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setLanguages(String[] languages) |
Set a list of the languages used in the show to be built.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setMediaType(String mediaType) |
Set the media type of the show.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setName(String name) |
Set the name for the show to be built.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setPublisher(String publisher) |
Set the publisher for the show to be built.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
ShowSimplified.Builder |
ShowSimplified.Builder.setUri(String uri) |
Set the Spotify URI for the show to be built.
|