Uses of Class
com.amilesend.tvdb.client.model.GenreBaseRecord
Packages that use GenreBaseRecord
-
Uses of GenreBaseRecord in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return GenreBaseRecordMethods in com.amilesend.tvdb.client.model that return types with arguments of type GenreBaseRecordModifier and TypeMethodDescriptionInlineResponse20022.getData()
Get dataMovieExtendedRecord.getGenres()
Get genresSeriesExtendedRecord.getGenres()
Get genresMethods in com.amilesend.tvdb.client.model with parameters of type GenreBaseRecordModifier and TypeMethodDescriptionInlineResponse20022.addDataItem
(GenreBaseRecord dataItem) MovieExtendedRecord.addGenresItem
(GenreBaseRecord genresItem) SeriesExtendedRecord.addGenresItem
(GenreBaseRecord genresItem) InlineResponse20023.data
(GenreBaseRecord data) void
InlineResponse20023.setData
(GenreBaseRecord data) Method parameters in com.amilesend.tvdb.client.model with type arguments of type GenreBaseRecordModifier and TypeMethodDescriptionInlineResponse20022.data
(List<GenreBaseRecord> data) MovieExtendedRecord.genres
(List<GenreBaseRecord> genres) SeriesExtendedRecord.genres
(List<GenreBaseRecord> genres) void
InlineResponse20022.setData
(List<GenreBaseRecord> data) void
MovieExtendedRecord.setGenres
(List<GenreBaseRecord> genres) void
SeriesExtendedRecord.setGenres
(List<GenreBaseRecord> genres)