Uses of Class
se.michaelthelin.spotify.model_objects.specification.Episode
Packages that use Episode
Package
Description
-
Uses of Episode in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return EpisodeModifier and TypeMethodDescriptionSavedEpisode.getEpisode()
Get information about the episode from a saved episode object.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type EpisodeModifier and TypeMethodDescriptionSavedEpisode.Builder.setEpisode
(Episode episode) Set the full episode object of the saved episode to be built. -
Uses of Episode in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return EpisodeModifier and TypeMethodDescriptionEpisode.Builder.build()
Episode.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) -
Uses of Episode in se.michaelthelin.spotify.requests.data.episodes
Methods in se.michaelthelin.spotify.requests.data.episodes that return Episode