Class GetLabelInformationResponse
java.lang.Object
com.amilesend.discogs.model.Resource<Long, GetLabelInformationResponse>
com.amilesend.discogs.model.NamedResource<Long, GetLabelInformationResponse>
com.amilesend.discogs.model.database.GetLabelInformationResponse
Describes the response containing label information.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGetLabelInformationResponse.GetLabelInformationResponseBuilder<C extends GetLabelInformationResponse, B extends GetLabelInformationResponse.GetLabelInformationResponseBuilder<C,B>> Nested classes/interfaces inherited from class NamedResource
NamedResource.NamedResourceBuilder<K,T, C, B> Modifier and TypeClassDescriptionstatic classNamedResource.NamedResourceBuilder<K, T extends NamedResource, C extends NamedResource<K,T>, B extends NamedResource.NamedResourceBuilder<K, T, C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanLabel contact information.Data quality status.List of images associated with the label.Parent label information.Profile description.The api URL for the associated releases.List of sub-labels associated with this label.getUri()The website URI.getUrls()List of label website URLs.inthashCode()toString()Methods inherited from class NamedResource
getName, getThumbnailUrlModifier and TypeMethodDescriptiongetName()The alias name value.The URL for the associated thumbnail image.Methods inherited from class Resource
getId, getResourceUrl
-
Method Details
-
builder
-
getUri
The website URI. -
getReleasesUrl
The api URL for the associated releases. -
getImages
-
getContactInfo
Label contact information. -
getProfile
Profile description. -
getParentLabel
Parent label information. -
getDataQuality
Data quality status. -
getUrls
-
getSubLabels
List of sub-labels associated with this label. -
equals
- Overrides:
equalsin classResource<Long, GetLabelInformationResponse>
-
hashCode
public int hashCode()- Overrides:
hashCodein classResource<Long, GetLabelInformationResponse>
-
toString
- Overrides:
toStringin classNamedResource<Long, GetLabelInformationResponse>
-