Uses of Class
se.michaelthelin.spotify.model_objects.specification.EpisodeSimplified.Builder
-
Uses of EpisodeSimplified.Builder in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionEpisodeSimplified.builder()
EpisodeSimplified.Builder.setAudioPreviewUrl
(String audioPreviewUrl) Set the URL to a audio preview for the episode to be built.EpisodeSimplified.Builder.setDescription
(String description) Set the description for the episode to be built.EpisodeSimplified.Builder.setDurationMs
(Integer durationMs) Set the duration for the episode to be built.EpisodeSimplified.Builder.setExplicit
(Boolean explicit) Set whether the episode to be built is explicit or not.EpisodeSimplified.Builder.setExternallyHosted
(Boolean externallyHosted) Set whether the episode to be built is hosted outside of Spotify's CDN.EpisodeSimplified.Builder.setExternalUrls
(ExternalUrl externalUrls) Set the external URLs for the episode to be built.Set the link to the Web API endpoint providing full details of the episode to be built.Set the Spotify ID for the episode to be built.Set the cover art for the episode to be built.EpisodeSimplified.Builder.setLanguages
(String... languages) Set a list of the languages used in the episode to be built.Set the name for the episode to be built.EpisodeSimplified.Builder.setPlayable
(Boolean playable) Set whether the episode to be built is playable in the given market.EpisodeSimplified.Builder.setReleaseDate
(String releaseDate) Set the release date for the episode to be built.EpisodeSimplified.Builder.setReleaseDatePrecision
(ReleaseDatePrecision releaseDatePrecision) Set the release date precision for the episode to be built.EpisodeSimplified.Builder.setResumePoint
(ResumePoint resumePoint) Set the user's most recent resume point for the episode to be built.EpisodeSimplified.Builder.setType
(ModelObjectType type) Set the type of model object.Set the Spotify URI for the episode to be built.