Uses of Interface
se.michaelthelin.spotify.requests.data.search.interfaces.ISearchModelObject
-
Packages that use ISearchModelObject Package Description se.michaelthelin.spotify.model_objects.special se.michaelthelin.spotify.model_objects.specification -
-
Uses of ISearchModelObject in se.michaelthelin.spotify.model_objects.special
Classes in se.michaelthelin.spotify.model_objects.special that implement ISearchModelObject Modifier and Type Class Description classAlbumSimplifiedSpecialRetrieve information about simplified Album objects by building instances from this class.classSearchResultRetrieve the searched-for items by building instances from this class. -
Uses of ISearchModelObject in se.michaelthelin.spotify.model_objects.specification
Classes in se.michaelthelin.spotify.model_objects.specification that implement ISearchModelObject Modifier and Type Class Description classAlbumSimplifiedRetrieve information about simplified Album objects by building instances from this class.classArtistRetrieve information about Artist objects by building instances from this class.classEpisodeSimplifiedRetrieve information about simplified Episode objects by building instances from this class.classPlaylistSimplifiedRetrieve information about simplified Playlist objects by building instances from this class.classShowSimplifiedRetrieve information about simplified Show objects by building instances from this class.classTrackRetrieve information about Track objects by building instances from this class.
-