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 class
GetLabelInformationResponse.GetLabelInformationResponseBuilder<C extends GetLabelInformationResponse, B extends GetLabelInformationResponse.GetLabelInformationResponseBuilder<C,
B>> Nested classes/interfaces inherited from class NamedResource
NamedResource.NamedResourceBuilder<K,
T, C, B> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,
T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
Label 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.int
hashCode()
toString()
Methods inherited from class NamedResource
getName, getThumbnailUrl
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:
equals
in classResource<Long, GetLabelInformationResponse>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classResource<Long, GetLabelInformationResponse>
-
toString
- Overrides:
toString
in classNamedResource<Long, GetLabelInformationResponse>
-