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