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