Uses of Class
org.hihn.listenbrainz.MoveItemRequest
Packages that use MoveItemRequest
-
Uses of MoveItemRequest in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return MoveItemRequestModifier and TypeMethodDescriptionstatic MoveItemRequest
Create an instance of MoveItemRequest given an JSON stringMethods in org.hihn.listenbrainz with parameters of type MoveItemRequestModifier and TypeMethodDescriptionLbPlaylistsApi.moveItem
(UUID playlistMbid, MoveItemRequest moveItemRequest) To move an item in a playlist, the POST data needs to specify the recording MBID and current index of the track to move (from), where to move it to (to) and how many tracks from that position should be moved (count).