Uses of Class
org.hihn.listenbrainz.FeedEvents
Packages that use FeedEvents
-
Uses of FeedEvents in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return FeedEventsModifier and TypeMethodDescriptionLbSocialApi.APIfeedEventsListensFollowingRequest.execute()
Execute feedEventsListensFollowing requestLbSocialApi.APIfeedEventsRequest.execute()
Execute feedEvents requeststatic FeedEvents
Create an instance of FeedEvents given an JSON stringFeedEvents.payload
(FeedEventsPayload payload) Methods in org.hihn.listenbrainz that return types with arguments of type FeedEventsModifier and TypeMethodDescriptionLbSocialApi.APIfeedEventsListensFollowingRequest.executeWithHttpInfo()
Execute feedEventsListensFollowing request with HTTP info returnedLbSocialApi.APIfeedEventsRequest.executeWithHttpInfo()
Execute feedEvents request with HTTP info returnedMethod parameters in org.hihn.listenbrainz with type arguments of type FeedEventsModifier and TypeMethodDescriptionokhttp3.Call
LbSocialApi.APIfeedEventsListensFollowingRequest.executeAsync
(ApiCallback<FeedEvents> _callback) Execute feedEventsListensFollowing request (asynchronously)okhttp3.Call
LbSocialApi.APIfeedEventsRequest.executeAsync
(ApiCallback<FeedEvents> _callback) Execute feedEvents request (asynchronously)