Uses of Record Class
dev.reuss.tmdb.value.id.CollectionId
Packages that use CollectionId
-
Uses of CollectionId in dev.reuss.tmdb.domain.collection
Methods in dev.reuss.tmdb.domain.collection with parameters of type CollectionIdModifier and TypeMethodDescriptionCollectionService.details(CollectionId collectionId) Loads collection details.CollectionService.details(CollectionId collectionId, CollectionDetailsQuery query) Loads collection details using explicit query parameters.CollectionService.details(CollectionId collectionId, Language language) Loads collection details using a specific language.DefaultCollectionService.details(CollectionId collectionId) DefaultCollectionService.details(CollectionId collectionId, CollectionDetailsQuery query) DefaultCollectionService.details(CollectionId collectionId, Language language) CollectionService.images(CollectionId collectionId) Loads images for a collection.CollectionService.images(CollectionId collectionId, ImageQuery query) Loads images for a collection using query parameters.DefaultCollectionService.images(CollectionId collectionId) DefaultCollectionService.images(CollectionId collectionId, ImageQuery query) CollectionService.translations(CollectionId collectionId) Loads translations for a collection.DefaultCollectionService.translations(CollectionId collectionId) -
Uses of CollectionId in dev.reuss.tmdb.value.id
Methods in dev.reuss.tmdb.value.id that return CollectionId