Uses of Class
com.amilesend.tvdb.client.model.AwardNomineeBaseRecord
Packages that use AwardNomineeBaseRecord
-
Uses of AwardNomineeBaseRecord in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return AwardNomineeBaseRecordModifier and TypeMethodDescriptionAwardNomineeBaseRecord.episode
(EpisodeBaseRecord episode) AwardNomineeBaseRecord.movie
(MovieBaseRecord movie) AwardNomineeBaseRecord.series
(SeriesBaseRecord series) Methods in com.amilesend.tvdb.client.model that return types with arguments of type AwardNomineeBaseRecordModifier and TypeMethodDescriptionEpisodeExtendedRecord.getNominations()
Get nominationsAwardCategoryExtendedRecord.getNominees()
Get nomineesMethods in com.amilesend.tvdb.client.model with parameters of type AwardNomineeBaseRecordModifier and TypeMethodDescriptionEpisodeExtendedRecord.addNominationsItem
(AwardNomineeBaseRecord nominationsItem) AwardCategoryExtendedRecord.addNomineesItem
(AwardNomineeBaseRecord nomineesItem) Method parameters in com.amilesend.tvdb.client.model with type arguments of type AwardNomineeBaseRecordModifier and TypeMethodDescriptionEpisodeExtendedRecord.nominations
(List<AwardNomineeBaseRecord> nominations) AwardCategoryExtendedRecord.nominees
(List<AwardNomineeBaseRecord> nominees) void
EpisodeExtendedRecord.setNominations
(List<AwardNomineeBaseRecord> nominations) void
AwardCategoryExtendedRecord.setNominees
(List<AwardNomineeBaseRecord> nominees)