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