Uses of Class
com.wrapper.spotify.model_objects.specification.PlayHistory
-
Packages that use PlayHistory Package Description com.wrapper.spotify.model_objects.specification com.wrapper.spotify.requests.data.player -
-
Uses of PlayHistory in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return PlayHistory Modifier and Type Method Description PlayHistoryPlayHistory.Builder. build()PlayHistoryPlayHistory.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of PlayHistory in com.wrapper.spotify.requests.data.player
Methods in com.wrapper.spotify.requests.data.player that return types with arguments of type PlayHistory Modifier and Type Method Description PagingCursorbased<PlayHistory>GetCurrentUsersRecentlyPlayedTracksRequest. execute()Get an user's recently played tracks.
-