Uses of Interface
com.wrapper.spotify.requests.data.search.interfaces.ISearchModelObject
-
Packages that use ISearchModelObject Package Description com.wrapper.spotify.model_objects.special com.wrapper.spotify.model_objects.specification -
-
Uses of ISearchModelObject in com.wrapper.spotify.model_objects.special
Classes in com.wrapper.spotify.model_objects.special that implement ISearchModelObject Modifier and Type Class Description classSearchResultRetrieve information about Search Result objects by building instances from this class. -
Uses of ISearchModelObject in com.wrapper.spotify.model_objects.specification
Classes in com.wrapper.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.classPlaylistSimplifiedRetrieve information about simplified Playlist objects by building instances from this class.classTrackRetrieve information about Track objects by building instances from this class.
-