Uses of Record Class
dev.reuss.tmdb.common.change.ChangeItem
Packages that use ChangeItem
-
Uses of ChangeItem in dev.reuss.tmdb.common.change
Methods in dev.reuss.tmdb.common.change that return types with arguments of type ChangeItemModifier and TypeMethodDescriptionChange.items()Returns the value of theitemsrecord component.Constructor parameters in dev.reuss.tmdb.common.change with type arguments of type ChangeItemModifierConstructorDescriptionChange(String key, List<ChangeItem> items) Creates an instance of aChangerecord class.