Uses of Class
de.sonallux.spotify.api.apis.playlists.GetListOfCurrentUsersPlaylistsRequest
-
Packages that use GetListOfCurrentUsersPlaylistsRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.playlists -
-
Uses of GetListOfCurrentUsersPlaylistsRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return GetListOfCurrentUsersPlaylistsRequest Modifier and Type Method Description GetListOfCurrentUsersPlaylistsRequestPlaylistsApi. getListOfCurrentUsersPlaylists()Get a List of Current User's Playlists -
Uses of GetListOfCurrentUsersPlaylistsRequest in de.sonallux.spotify.api.apis.playlists
Methods in de.sonallux.spotify.api.apis.playlists that return GetListOfCurrentUsersPlaylistsRequest Modifier and Type Method Description GetListOfCurrentUsersPlaylistsRequestGetListOfCurrentUsersPlaylistsRequest. limit(int limit)'The maximum number of playlists to return.GetListOfCurrentUsersPlaylistsRequestGetListOfCurrentUsersPlaylistsRequest. offset(int offset)'The index of the first playlist to return.
-