Uses of Class
org.hihn.listenbrainz.FeedbackResponse
Packages that use FeedbackResponse
-
Uses of FeedbackResponse in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return FeedbackResponseModifier and TypeMethodDescriptionFeedbackResponse.addFeedbackItem
(Feedback feedbackItem) LbRecordingsApi.APIgetFeedbackForRecordingsRequest.execute()
Execute getFeedbackForRecordings requestLbRecordingsApi.APIgetFeedbackMbidRequest.execute()
Execute getFeedbackMbid requestLbRecordingsApi.APIgetFeedbackMsidRequest.execute()
Execute getFeedbackMsid requestLbRecordingsApi.APIgetFeedbackRequest.execute()
Execute getFeedback requeststatic FeedbackResponse
Create an instance of FeedbackResponse given an JSON stringFeedbackResponse.totalCount
(Integer totalCount) Methods in org.hihn.listenbrainz that return types with arguments of type FeedbackResponseModifier and TypeMethodDescriptionLbRecordingsApi.APIgetFeedbackForRecordingsRequest.executeWithHttpInfo()
Execute getFeedbackForRecordings request with HTTP info returnedLbRecordingsApi.APIgetFeedbackMbidRequest.executeWithHttpInfo()
Execute getFeedbackMbid request with HTTP info returnedLbRecordingsApi.APIgetFeedbackMsidRequest.executeWithHttpInfo()
Execute getFeedbackMsid request with HTTP info returnedLbRecordingsApi.APIgetFeedbackRequest.executeWithHttpInfo()
Execute getFeedback request with HTTP info returnedMethod parameters in org.hihn.listenbrainz with type arguments of type FeedbackResponseModifier and TypeMethodDescriptionokhttp3.Call
LbRecordingsApi.APIgetFeedbackForRecordingsRequest.executeAsync
(ApiCallback<FeedbackResponse> _callback) Execute getFeedbackForRecordings request (asynchronously)okhttp3.Call
LbRecordingsApi.APIgetFeedbackMbidRequest.executeAsync
(ApiCallback<FeedbackResponse> _callback) Execute getFeedbackMbid request (asynchronously)okhttp3.Call
LbRecordingsApi.APIgetFeedbackMsidRequest.executeAsync
(ApiCallback<FeedbackResponse> _callback) Execute getFeedbackMsid request (asynchronously)okhttp3.Call
LbRecordingsApi.APIgetFeedbackRequest.executeAsync
(ApiCallback<FeedbackResponse> _callback) Execute getFeedback request (asynchronously)