Class CatalogEntity
java.lang.Object
com.amilesend.discogs.model.Resource<Long, CatalogEntity>
com.amilesend.discogs.model.NamedResource<Long, CatalogEntity>
com.amilesend.discogs.model.type.CatalogEntity
Defines a catalog entity resource.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCatalogEntity.CatalogEntityBuilder<C extends CatalogEntity, B extends CatalogEntity.CatalogEntityBuilder<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 TypeMethodDescriptionstatic CatalogEntity.CatalogEntityBuilder<?, ?> builder()The catalog number.The entity type.The entity type name.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
equals, getId, getResourceUrl, hashCode
-
Method Details
-
builder
-
getCatalogNumber
The catalog number. -
getEntityType
The entity type. -
getEntityTypeName
The entity type name. -
toString
- Overrides:
toStringin classNamedResource<Long, CatalogEntity>
-