Uses of Class
se.michaelthelin.spotify.model_objects.specification.Show.Builder
Packages that use Show.Builder
-
Uses of Show.Builder in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return Show.BuilderModifier and TypeMethodDescriptionShow.builder()Show.Builder.setCopyrights(Copyright... copyrights) Show.Builder.setDescription(String description) Show.Builder.setEpisodes(Paging<EpisodeSimplified> episodes) Show.Builder.setExplicit(Boolean explicit) Show.Builder.setExternallyHosted(Boolean externallyHosted) Show.Builder.setExternalUrls(ExternalUrl externalUrls) Show.Builder.setLanguages(String[] languages) Show.Builder.setMediaType(String mediaType) Show.Builder.setType(ModelObjectType type) Constructors in se.michaelthelin.spotify.model_objects.specification with parameters of type Show.BuilderModifierConstructorDescriptionShow(Show.Builder builder) Creates a new Show object with the specified builder.