Uses of Class
org.hihn.listenbrainz.GetPins
Packages that use GetPins
-
Uses of GetPins in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return GetPinsModifier and TypeMethodDescriptionGetPins.addPinnedRecordingsItem
(GetPinsPinnedRecordingsInner pinnedRecordingsItem) LbRecordingsApi.APIgetPinsFollowingRequest.execute()
Execute getPinsFollowing requestLbRecordingsApi.APIgetPinsRequest.execute()
Execute getPins requeststatic GetPins
Create an instance of GetPins given an JSON stringGetPins.pinnedRecordings
(List<GetPinsPinnedRecordingsInner> pinnedRecordings) GetPins.totalCount
(Integer totalCount) Methods in org.hihn.listenbrainz that return types with arguments of type GetPinsModifier and TypeMethodDescriptionLbRecordingsApi.APIgetPinsFollowingRequest.executeWithHttpInfo()
Execute getPinsFollowing request with HTTP info returnedLbRecordingsApi.APIgetPinsRequest.executeWithHttpInfo()
Execute getPins request with HTTP info returnedMethod parameters in org.hihn.listenbrainz with type arguments of type GetPinsModifier and TypeMethodDescriptionokhttp3.Call
LbRecordingsApi.APIgetPinsFollowingRequest.executeAsync
(ApiCallback<GetPins> _callback) Execute getPinsFollowing request (asynchronously)okhttp3.Call
LbRecordingsApi.APIgetPinsRequest.executeAsync
(ApiCallback<GetPins> _callback) Execute getPins request (asynchronously)