1. |
Unstable class AreaDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val sortName |
String |
4 |
STABLE |
val disambiguation |
String? |
5 |
STABLE |
val type |
String? |
6 |
STABLE |
val lifeSpan |
LifeSpanUiModel |
7 |
UNSTABLE |
val countryCodes |
List<String> |
8 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
|
2. |
Missing class GetAreasByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val areasByEntityRepository |
AreasByEntityRepository |
|
3. |
Unstable class ArtistDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val sortName |
String |
4 |
STABLE |
val disambiguation |
String? |
5 |
STABLE |
val type |
String? |
6 |
STABLE |
val gender |
String? |
7 |
UNSTABLE |
val ipis |
List<String>? |
8 |
UNSTABLE |
val isnis |
List<String>? |
9 |
STABLE |
val lifeSpan |
LifeSpanUiModel |
10 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
11 |
STABLE |
val imageUrl |
String? |
12 |
STABLE |
val wikipediaExtract |
WikipediaExtract? |
13 |
UNSTABLE |
val areaListItemModel |
AreaListItemModel? |
|
4. |
Missing class GetArtistsByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val artistsByEntityRepository |
ArtistsByEntityRepository |
|
5. |
Missing class ObserveBrowseEntityCount
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val browseEntityCountRepository |
BrowseEntityCountRepository |
|
6. |
Missing class CreateCollection
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val collectionRepository |
CollectionRepository |
|
7. |
Missing class DeleteFromCollection
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val collectionRepository |
CollectionRepository |
|
8. |
Missing class GetCollection
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val collectionRepository |
CollectionRepository |
|
9. |
Unstable class EventDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val disambiguation |
String? |
4 |
STABLE |
val type |
String? |
5 |
STABLE |
val time |
String? |
6 |
STABLE |
val cancelled |
Boolean? |
7 |
STABLE |
val lifeSpan |
LifeSpanUiModel |
8 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
|
10. |
Missing class GetEventsByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val eventsByEntityRepository |
EventsByEntityRepository |
|
11. |
Unstable class LookupHistory
No. |
Status |
Field |
Type |
1 |
STABLE |
val mbid |
String |
2 |
STABLE |
val title |
String |
3 |
STABLE |
val entity |
MusicBrainzEntity |
4 |
STABLE |
val numberOfVisits |
Int |
5 |
UNSTABLE |
val lastAccessed |
Instant |
6 |
STABLE |
val searchHint |
String |
7 |
STABLE |
val deleted |
Boolean |
|
12. |
Unstable class NowPlayingHistory
No. |
Status |
Field |
Type |
1 |
STABLE |
val raw |
String |
2 |
UNSTABLE |
val lastPlayed |
Instant |
|
13. |
Unstable class SearchHistory
No. |
Status |
Field |
Type |
1 |
STABLE |
val query |
String |
2 |
STABLE |
val entity |
MusicBrainzEntity |
3 |
UNSTABLE |
val lastAccessed |
Instant |
|
14. |
Unstable class SpotifyHistory
No. |
Status |
Field |
Type |
1 |
STABLE |
val trackId |
String |
2 |
STABLE |
val artistName |
String? |
3 |
STABLE |
val albumName |
String? |
4 |
STABLE |
val trackName |
String? |
5 |
STABLE |
val trackLengthMilliseconds |
Int? |
6 |
UNSTABLE |
val lastListened |
Instant |
|
15. |
Missing class DeleteLookupHistory
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val lookupHistoryRepository |
LookupHistoryRepository |
|
16. |
Missing class GetPagedHistory
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val lookupHistoryRepository |
LookupHistoryRepository |
|
17. |
Missing class IncrementLookupHistory
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val lookupHistoryRepository |
LookupHistoryRepository |
|
18. |
Missing class MarkLookupHistoryForDeletion
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val lookupHistoryRepository |
LookupHistoryRepository |
|
19. |
Missing class UnMarkLookupHistoryForDeletion
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val lookupHistoryRepository |
LookupHistoryRepository |
|
20. |
Unstable class InstrumentDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val disambiguation |
String? |
4 |
STABLE |
val description |
String? |
5 |
STABLE |
val type |
String? |
6 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
|
21. |
Missing class GetInstrumentsByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val instrumentsByEntityRepository |
InstrumentsByEntityRepository |
|
22. |
Unstable class LabelDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val disambiguation |
String? |
4 |
STABLE |
val type |
String? |
5 |
STABLE |
val labelCode |
Int? |
6 |
UNSTABLE |
val ipis |
List<String>? |
7 |
UNSTABLE |
val isnis |
List<String>? |
8 |
STABLE |
val lifeSpan |
LifeSpanUiModel |
9 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
|
23. |
Missing class GetLabelsByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val labelsByEntityRepository |
LabelsByEntityRepository |
|
24. |
Unstable class AreaListItemModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val sortName |
String |
4 |
STABLE |
val disambiguation |
String? |
5 |
STABLE |
val type |
String? |
6 |
STABLE |
val lifeSpan |
LifeSpanUiModel? |
7 |
UNSTABLE |
val countryCodes |
List<String>? |
8 |
STABLE |
val date |
String? |
|
25. |
Unstable class LookupHistoryListItemModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val title |
String |
3 |
STABLE |
val entity |
MusicBrainzEntity |
4 |
STABLE |
val numberOfVisits |
Int |
5 |
UNSTABLE |
val lastAccessed |
Instant |
6 |
STABLE |
val imageUrl |
String? |
|
26. |
Unstable class NowPlayingHistoryListItemModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val title |
String |
3 |
STABLE |
val artist |
String |
4 |
UNSTABLE |
val lastPlayed |
Instant |
|
27. |
Unstable class PlaceListItemModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val disambiguation |
String? |
4 |
STABLE |
val address |
String |
5 |
STABLE |
val type |
String? |
6 |
RUNTIME |
val coordinates |
Coordinates? |
7 |
STABLE |
val lifeSpan |
LifeSpanUiModel? |
8 |
UNSTABLE |
val area |
AreaListItemModel? |
|
28. |
Unstable class ReleaseGroupListItemModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val firstReleaseDate |
String |
4 |
STABLE |
val disambiguation |
String |
5 |
STABLE |
val primaryType |
String? |
6 |
UNSTABLE |
val secondaryTypes |
List<String>? |
7 |
STABLE |
val formattedArtistCredits |
String? |
8 |
STABLE |
val imageUrl |
String? |
|
29. |
Unstable class SpotifyHistoryListItemModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val trackId |
String |
3 |
STABLE |
val artistName |
String? |
4 |
STABLE |
val albumName |
String? |
5 |
STABLE |
val trackName |
String? |
6 |
STABLE |
val trackLengthMilliseconds |
Int? |
7 |
UNSTABLE |
val lastListened |
Instant |
|
30. |
Unstable class WorkListItemModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val disambiguation |
String? |
4 |
STABLE |
val type |
String? |
5 |
STABLE |
val language |
String? |
6 |
UNSTABLE |
val iswcs |
List<String>? |
7 |
UNSTABLE |
val attributes |
List<WorkAttributeUiModel> |
|
31. |
Missing class DeleteNowPlayingHistory
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val nowPlayingHistoryRepository |
NowPlayingHistoryRepository |
|
32. |
Missing class GetNowPlayingHistory
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val nowPlayingHistoryRepository |
NowPlayingHistoryRepository |
|
33. |
Unstable class PlaceDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val disambiguation |
String? |
4 |
STABLE |
val address |
String |
5 |
STABLE |
val type |
String? |
6 |
STABLE |
val coordinates |
CoordinatesUiModel |
7 |
STABLE |
val lifeSpan |
LifeSpanUiModel |
8 |
UNSTABLE |
val area |
AreaListItemModel? |
9 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
|
34. |
Missing class GetPlacesByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val placesByEntityRepository |
PlacesByEntityRepository |
|
35. |
Unstable class RecordingDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val firstReleaseDate |
String? |
4 |
STABLE |
val disambiguation |
String |
5 |
STABLE |
val length |
Int? |
6 |
STABLE |
val video |
Boolean |
7 |
UNSTABLE |
val isrcs |
List<String>? |
8 |
UNSTABLE |
val artistCredits |
List<ArtistCreditUiModel> |
9 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
|
36. |
Missing class GetRecordingsByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val recordingsByEntityRepository |
RecordingsByEntityRepository |
|
37. |
Missing class GetCountOfEachRelationshipTypeUseCase
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val relationRepository |
RelationRepository |
|
38. |
Missing class GetEntityRelationships
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val relationRepository |
RelationRepository |
|
39. |
Unstable class ReleaseDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val disambiguation |
String |
4 |
STABLE |
val date |
String? |
5 |
STABLE |
val barcode |
String? |
6 |
STABLE |
val status |
String? |
7 |
STABLE |
val statusId |
String? |
8 |
STABLE |
val countryCode |
String? |
9 |
STABLE |
val packaging |
String? |
10 |
STABLE |
val packagingId |
String? |
11 |
STABLE |
val asin |
String? |
12 |
STABLE |
val quality |
String? |
13 |
STABLE |
val coverArtArchive |
CoverArtArchiveUiModel |
14 |
STABLE |
val textRepresentation |
TextRepresentationUiModel |
15 |
STABLE |
val imageUrl |
String? |
16 |
STABLE |
val formattedFormats |
String |
17 |
STABLE |
val formattedTracks |
String |
18 |
UNSTABLE |
val artistCredits |
List<ArtistCreditUiModel> |
19 |
UNSTABLE |
val releaseGroup |
ReleaseGroupForRelease? |
20 |
UNSTABLE |
val areas |
List<AreaListItemModel> |
21 |
UNSTABLE |
val labels |
List<LabelListItemModel> |
22 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
23 |
STABLE |
val releaseLength |
Int? |
24 |
STABLE |
val hasNullLength |
Boolean |
|
40. |
Missing class GetReleasesByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val releasesByEntityRepository |
ReleasesByEntityRepository |
|
41. |
Missing class GetTracksByRelease
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val releaseRepository |
ReleaseRepository |
|
42. |
Unstable class ReleaseGroupDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val firstReleaseDate |
String |
4 |
STABLE |
val disambiguation |
String |
5 |
STABLE |
val primaryType |
String? |
6 |
UNSTABLE |
val secondaryTypes |
List<String>? |
7 |
STABLE |
val imageUrl |
String? |
8 |
UNSTABLE |
val artistCredits |
List<ArtistCreditUiModel> |
9 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
|
43. |
Unstable class ReleaseGroupForRelease
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val firstReleaseDate |
String |
4 |
STABLE |
val disambiguation |
String |
5 |
STABLE |
val primaryType |
String? |
6 |
UNSTABLE |
val secondaryTypes |
List<String>? |
|
44. |
Unstable class ReleaseGroupTypeCount
No. |
Status |
Field |
Type |
1 |
STABLE |
val primaryType |
String? |
2 |
UNSTABLE |
val secondaryTypes |
List<String>? |
3 |
STABLE |
val count |
Int |
|
45. |
Missing class GetReleaseGroupsByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val releaseGroupsByEntityRepository |
ReleaseGroupsByEntityRepository |
|
46. |
Missing class DeleteSearchHistory
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val searchHistoryRepository |
SearchHistoryRepository |
|
47. |
Missing class GetSearchHistory
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val searchHistoryRepository |
SearchHistoryRepository |
|
48. |
Missing class RecordSearchHistory
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val searchHistoryRepository |
SearchHistoryRepository |
|
49. |
Missing class GetSearchResults
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val searchResultsRepository |
SearchResultsRepository |
|
50. |
Unstable class SeriesDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val disambiguation |
String? |
4 |
STABLE |
val type |
String? |
5 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
|
51. |
Missing class GetSeriesByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val seriesByEntityRepository |
SeriesByEntityRepository |
|
52. |
Unstable class WorkDetailsModel
No. |
Status |
Field |
Type |
1 |
STABLE |
val id |
String |
2 |
STABLE |
val name |
String |
3 |
STABLE |
val disambiguation |
String? |
4 |
STABLE |
val type |
String? |
5 |
STABLE |
val language |
String? |
6 |
UNSTABLE |
val iswcs |
List<String>? |
7 |
UNSTABLE |
val attributes |
List<WorkAttributeUiModel> |
8 |
UNSTABLE |
val urls |
List<RelationListItemModel> |
|
53. |
Missing class GetWorksByEntity
No. |
Status |
Field |
Type |
1 |
RUNTIME |
val worksByEntityRepository |
WorksByEntityRepository |
|