Uses of Class
org.hihn.listenbrainz.FeedEventsDeleteRequest
Packages that use FeedEventsDeleteRequest
-
Uses of FeedEventsDeleteRequest in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return FeedEventsDeleteRequestModifier and TypeMethodDescriptionstatic FeedEventsDeleteRequest
Create an instance of FeedEventsDeleteRequest given an JSON stringMethods in org.hihn.listenbrainz with parameters of type FeedEventsDeleteRequestModifier and TypeMethodDescriptionLbSocialApi.feedEventsDelete
(String userName, FeedEventsDeleteRequest feedEventsDeleteRequest) Delete those events from user's feed that belong to them.LbSocialApi.feedEventsHide
(String userName, FeedEventsDeleteRequest feedEventsDeleteRequest) Hide events from the user feed, only recording_recommendation and recording_pin events that have been generated by the people one is following can be deleted via this endpoint.LbSocialApi.feedEventsUnhide
(String userName, FeedEventsDeleteRequest feedEventsDeleteRequest) Delete hidden events from the user feed, aka unhide events.