Uses of Record Class
dev.reuss.tmdb.domain.collection.model.CollectionPart
Packages that use CollectionPart
-
Uses of CollectionPart in dev.reuss.tmdb.domain.collection.model
Methods in dev.reuss.tmdb.domain.collection.model that return types with arguments of type CollectionPartModifier and TypeMethodDescriptionCollectionDetails.parts()Returns the value of thepartsrecord component.Constructor parameters in dev.reuss.tmdb.domain.collection.model with type arguments of type CollectionPartModifierConstructorDescriptionCollectionDetails(int id, String name, String originalLanguage, String originalName, String overview, String posterPath, String backdropPath, List<CollectionPart> parts) Creates an instance of aCollectionDetailsrecord class.