Uses of Enum Class
dev.reuss.tmdb.domain.find.model.ExternalSource
Packages that use ExternalSource
-
Uses of ExternalSource in dev.reuss.tmdb.domain.find
Methods in dev.reuss.tmdb.domain.find with parameters of type ExternalSourceModifier and TypeMethodDescriptionDefaultFindService.byExternalId(ExternalId externalId, ExternalSource externalSource) DefaultFindService.byExternalId(ExternalId externalId, ExternalSource externalSource, Language language) FindService.byExternalId(ExternalId externalId, ExternalSource externalSource) Finds TMDB objects by external id.FindService.byExternalId(ExternalId externalId, ExternalSource externalSource, Language language) Finds TMDB objects by external id using a specific language. -
Uses of ExternalSource in dev.reuss.tmdb.domain.find.model
Methods in dev.reuss.tmdb.domain.find.model that return ExternalSourceModifier and TypeMethodDescriptionstatic ExternalSourceReturns the enum constant of this class with the specified name.static ExternalSource[]ExternalSource.values()Returns an array containing the constants of this enum class, in the order they are declared.