Uses of Class
org.hihn.listenbrainz.Lookup
Packages that use Lookup
-
Uses of Lookup in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return LookupModifier and TypeMethodDescriptionLookup.addArtistMbidsItem
(UUID artistMbidsItem) Lookup.artistCreditName
(String artistCreditName) Lookup.artistMbids
(List<UUID> artistMbids) LbMetadataApi.APIlookupRequest.execute()
Execute lookup requeststatic Lookup
Create an instance of Lookup given an JSON stringLookup.metadata
(LookupMetadata metadata) Lookup.recordingMbid
(UUID recordingMbid) Lookup.recordingName
(String recordingName) Lookup.releaseMbid
(UUID releaseMbid) Lookup.releaseName
(String releaseName) Methods in org.hihn.listenbrainz that return types with arguments of type LookupModifier and TypeMethodDescriptionLbMetadataApi.APIlookupRequest.executeWithHttpInfo()
Execute lookup request with HTTP info returnedMethod parameters in org.hihn.listenbrainz with type arguments of type LookupModifier and TypeMethodDescriptionokhttp3.Call
LbMetadataApi.APIlookupRequest.executeAsync
(ApiCallback<Lookup> _callback) Execute lookup request (asynchronously)