Uses of Class
com.amilesend.tvdb.client.model.ContentRating
Packages that use ContentRating
-
Uses of ContentRating in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return ContentRatingModifier and TypeMethodDescriptionContentRating.contentType
(String contentType) ContentRating.description
(String description) Methods in com.amilesend.tvdb.client.model that return types with arguments of type ContentRatingModifier and TypeMethodDescriptionEpisodeExtendedRecord.getContentRatings()
Get contentRatingsMovieExtendedRecord.getContentRatings()
Get contentRatingsSeriesExtendedRecord.getContentRatings()
Get contentRatingsInlineResponse20014.getData()
Get dataMethods in com.amilesend.tvdb.client.model with parameters of type ContentRatingModifier and TypeMethodDescriptionEpisodeExtendedRecord.addContentRatingsItem
(ContentRating contentRatingsItem) MovieExtendedRecord.addContentRatingsItem
(ContentRating contentRatingsItem) SeriesExtendedRecord.addContentRatingsItem
(ContentRating contentRatingsItem) InlineResponse20014.addDataItem
(ContentRating dataItem) Method parameters in com.amilesend.tvdb.client.model with type arguments of type ContentRatingModifier and TypeMethodDescriptionEpisodeExtendedRecord.contentRatings
(List<ContentRating> contentRatings) MovieExtendedRecord.contentRatings
(List<ContentRating> contentRatings) SeriesExtendedRecord.contentRatings
(List<ContentRating> contentRatings) InlineResponse20014.data
(List<ContentRating> data) void
EpisodeExtendedRecord.setContentRatings
(List<ContentRating> contentRatings) void
MovieExtendedRecord.setContentRatings
(List<ContentRating> contentRatings) void
SeriesExtendedRecord.setContentRatings
(List<ContentRating> contentRatings) void
InlineResponse20014.setData
(List<ContentRating> data)