Uses of Enum Class
dev.reuss.tmdb.domain.tv.series.TvSeriesAppend
Packages that use TvSeriesAppend
-
Uses of TvSeriesAppend in dev.reuss.tmdb.domain.tv.series
Methods in dev.reuss.tmdb.domain.tv.series that return TvSeriesAppendModifier and TypeMethodDescriptionstatic TvSeriesAppendReturns the enum constant of this class with the specified name.static TvSeriesAppend[]TvSeriesAppend.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in dev.reuss.tmdb.domain.tv.series with type arguments of type TvSeriesAppendModifier and TypeMethodDescriptionDefaultTvSeriesService.details(TvShowId seriesId, AppendToResponse<TvSeriesAppend> appendToResponse) DefaultTvSeriesService.details(TvShowId seriesId, Language language, AppendToResponse<TvSeriesAppend> appendToResponse) TvSeriesService.details(TvShowId seriesId, AppendToResponse<TvSeriesAppend> appendToResponse) Loads TV series details with appended responses.TvSeriesService.details(TvShowId seriesId, Language language, AppendToResponse<TvSeriesAppend> appendToResponse) Loads TV series details using a specific language and appended responses.