Uses of Class
se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Packages that use ShowSimplified.Builder
-
Uses of ShowSimplified.Builder in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ShowSimplified.BuilderModifier and TypeMethodDescriptionShowSimplified.builder()
ShowSimplified.Builder.setAvailableMarkets
(com.neovisionaries.i18n.CountryCode... availableMarkets) Set the available markets of the show to be built.ShowSimplified.Builder.setCopyrights
(Copyright... copyrights) Set the copyrights of the show to be built.ShowSimplified.Builder.setDescription
(String description) Set the description for the show to be built.ShowSimplified.Builder.setExplicit
(Boolean explicit) Set whether the show to be built is explicit or not.ShowSimplified.Builder.setExternallyHosted
(Boolean externallyHosted) Set whether the show to be built is hosted outside of Spotify's CDN.ShowSimplified.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.ShowSimplified.Builder.setLanguages
(String[] languages) Set a list of the languages used in the show to be built.ShowSimplified.Builder.setMediaType
(String mediaType) Set the media type of the show.Set the name for the show to be built.ShowSimplified.Builder.setPublisher
(String publisher) Set the publisher for the show to be built.ShowSimplified.Builder.setType
(ModelObjectType type) Set the type of the model object.Set the Spotify URI for the show to be built.Constructors in se.michaelthelin.spotify.model_objects.specification with parameters of type ShowSimplified.Builder