Uses of Record Class
dev.reuss.tmdb.common.change.Change
Packages that use Change
Package
Description
-
Uses of Change in dev.reuss.tmdb.common.change
Methods in dev.reuss.tmdb.common.change that return types with arguments of type Change -
Uses of Change in dev.reuss.tmdb.domain.movie.model
Methods in dev.reuss.tmdb.domain.movie.model that return types with arguments of type ChangeModifier and TypeMethodDescriptionMovieChanges.changes()Returns the value of thechangesrecord component.Constructor parameters in dev.reuss.tmdb.domain.movie.model with type arguments of type ChangeModifierConstructorDescriptionMovieChanges(List<Change> changes) Creates an instance of aMovieChangesrecord class. -
Uses of Change in dev.reuss.tmdb.domain.people.model
Methods in dev.reuss.tmdb.domain.people.model that return types with arguments of type ChangeModifier and TypeMethodDescriptionPersonChanges.changes()Returns the value of thechangesrecord component.Constructor parameters in dev.reuss.tmdb.domain.people.model with type arguments of type ChangeModifierConstructorDescriptionPersonChanges(List<Change> changes) Creates an instance of aPersonChangesrecord class. -
Uses of Change in dev.reuss.tmdb.domain.tv.episode.model
Methods in dev.reuss.tmdb.domain.tv.episode.model that return types with arguments of type ChangeModifier and TypeMethodDescriptionTvEpisodeChanges.changes()Returns the value of thechangesrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.episode.model with type arguments of type ChangeModifierConstructorDescriptionTvEpisodeChanges(List<Change> changes) Creates an instance of aTvEpisodeChangesrecord class. -
Uses of Change in dev.reuss.tmdb.domain.tv.season.model
Methods in dev.reuss.tmdb.domain.tv.season.model that return types with arguments of type ChangeModifier and TypeMethodDescriptionTvSeasonChanges.changes()Returns the value of thechangesrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.season.model with type arguments of type ChangeModifierConstructorDescriptionTvSeasonChanges(List<Change> changes) Creates an instance of aTvSeasonChangesrecord class. -
Uses of Change in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return types with arguments of type ChangeModifier and TypeMethodDescriptionTvSeriesChanges.changes()Returns the value of thechangesrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.series.model with type arguments of type ChangeModifierConstructorDescriptionTvSeriesChanges(List<Change> changes) Creates an instance of aTvSeriesChangesrecord class.