Uses of Class
se.michaelthelin.spotify.model_objects.specification.Show.Builder
-
Uses of Show.Builder in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionShow.builder()
Show.Builder.setAvailableMarkets
(com.neovisionaries.i18n.CountryCode... availableMarkets) Set the available markets of the show to be built.Show.Builder.setCopyrights
(Copyright... copyrights) Set the copyrights of the show to be built.Show.Builder.setDescription
(String description) Set the description for the show to be built.Show.Builder.setEpisodes
(Paging<EpisodeSimplified> episodes) Set a list of the show's episodes.Show.Builder.setExplicit
(Boolean explicit) Set whether the show to be built is explicit or not.Show.Builder.setExternallyHosted
(Boolean externallyHosted) Set whether the show to be built is hosted outside of Spotify's CDN.Show.Builder.setExternalUrls
(ExternalUrl externalUrls) Set the external URLs for the show to be built.Set the link to the Web API endpoint providing full details of the show to be built.Set the Spotify ID for the show to be built.Set the cover art for the show to be built.Show.Builder.setLanguages
(String[] languages) Set a list of the languages used in the show to be built.Show.Builder.setMediaType
(String mediaType) Set the media type of the show.Set the name for the show to be built.Show.Builder.setPublisher
(String publisher) Set the publisher for the show to be built.Show.Builder.setType
(ModelObjectType type) Set the type of the model object.Set the Spotify URI for the show to be built.