Uses of Class
com.amilesend.discogs.model.type.CatalogEntity
Packages that use CatalogEntity
-
Uses of CatalogEntity in com.amilesend.discogs.model.identity
Methods in com.amilesend.discogs.model.identity that return types with arguments of type CatalogEntityModifier and TypeMethodDescriptionGetUserSubmissionsResponse.UserSubmissions.getLabels()The list of labels.Method parameters in com.amilesend.discogs.model.identity with type arguments of type CatalogEntityModifier and TypeMethodDescriptionGetUserSubmissionsResponse.UserSubmissions.UserSubmissionsBuilder.labels(List<CatalogEntity> labels) The list of labels. -
Uses of CatalogEntity in com.amilesend.discogs.model.type
Classes in com.amilesend.discogs.model.type with type parameters of type CatalogEntityModifier and TypeClassDescriptionstatic classCatalogEntity.CatalogEntityBuilder<C extends CatalogEntity, B extends CatalogEntity.CatalogEntityBuilder<C,B>> Subclasses with type arguments of type CatalogEntity in com.amilesend.discogs.model.typeModifier and TypeClassDescriptionclassDefines a catalog entity resource.static classCatalogEntity.CatalogEntityBuilder<C extends CatalogEntity, B extends CatalogEntity.CatalogEntityBuilder<C,B>> Methods in com.amilesend.discogs.model.type that return types with arguments of type CatalogEntityModifier and TypeMethodDescriptionRelease.getCompanies()The list of companies (i.e., record labels).BasicInformation.getLabels()The associated labels.Release.getLabels()List of associated labels.Release.getSeries()List of associated series.Method parameters in com.amilesend.discogs.model.type with type arguments of type CatalogEntityModifier and TypeMethodDescriptionRelease.ReleaseBuilder.companies(List<CatalogEntity> companies) The list of companies (i.e., record labels).BasicInformation.BasicInformationBuilder.labels(List<CatalogEntity> labels) The associated labels.Release.ReleaseBuilder.labels(List<CatalogEntity> labels) List of associated labels.Release.ReleaseBuilder.series(List<CatalogEntity> series) List of associated series.