Class GetArtistInformationResponse
java.lang.Object
com.amilesend.discogs.model.Resource<Long, ArtistInformation>
com.amilesend.discogs.model.database.type.ArtistInformation
com.amilesend.discogs.model.database.GetArtistInformationResponse
The response that describes artist information.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetArtistInformationResponse.GetArtistInformationResponseBuilder<C extends GetArtistInformationResponse, B extends GetArtistInformationResponse.GetArtistInformationResponseBuilder<C,
B>> Nested classes/interfaces inherited from class ArtistInformation
ArtistInformation.ArtistInformationBuilder<C,
B> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,
T, C, B> -
Method Summary
Methods inherited from class ArtistInformation
getAliases, getDataQuality, getImages, getMembers, getName, getNameVariations, getProfile, getReleasesUrl, getUri, getUrls
Methods inherited from class Resource
getId, getResourceUrl
-
Method Details
-
builder
-
equals
- Overrides:
equals
in classResource<Long, ArtistInformation>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classResource<Long, ArtistInformation>
-
toString
- Overrides:
toString
in classArtistInformation
-