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> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<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, getThumbnailUrlMethods 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>
-