Uses of Class
com.amilesend.tvdb.client.model.AwardBaseRecord
Packages that use AwardBaseRecord
-
Uses of AwardBaseRecord in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return AwardBaseRecordModifier and TypeMethodDescriptionAwardCategoryBaseRecord.getAward()
Get awardAwardCategoryExtendedRecord.getAward()
Get awardInlineResponse2006.getData()
Get dataMethods in com.amilesend.tvdb.client.model that return types with arguments of type AwardBaseRecordModifier and TypeMethodDescriptionEpisodeExtendedRecord.getAwards()
Get awardsMovieExtendedRecord.getAwards()
Get awardsPeopleExtendedRecord.getAwards()
Get awardsInlineResponse2005.getData()
Get dataMethods in com.amilesend.tvdb.client.model with parameters of type AwardBaseRecordModifier and TypeMethodDescriptionEpisodeExtendedRecord.addAwardsItem
(AwardBaseRecord awardsItem) MovieExtendedRecord.addAwardsItem
(AwardBaseRecord awardsItem) PeopleExtendedRecord.addAwardsItem
(AwardBaseRecord awardsItem) InlineResponse2005.addDataItem
(AwardBaseRecord dataItem) AwardCategoryBaseRecord.award
(AwardBaseRecord award) AwardCategoryExtendedRecord.award
(AwardBaseRecord award) InlineResponse2006.data
(AwardBaseRecord data) void
AwardCategoryBaseRecord.setAward
(AwardBaseRecord award) void
AwardCategoryExtendedRecord.setAward
(AwardBaseRecord award) void
InlineResponse2006.setData
(AwardBaseRecord data) Method parameters in com.amilesend.tvdb.client.model with type arguments of type AwardBaseRecordModifier and TypeMethodDescriptionEpisodeExtendedRecord.awards
(List<AwardBaseRecord> awards) MovieExtendedRecord.awards
(List<AwardBaseRecord> awards) PeopleExtendedRecord.awards
(List<AwardBaseRecord> awards) InlineResponse2005.data
(List<AwardBaseRecord> data) void
EpisodeExtendedRecord.setAwards
(List<AwardBaseRecord> awards) void
MovieExtendedRecord.setAwards
(List<AwardBaseRecord> awards) void
PeopleExtendedRecord.setAwards
(List<AwardBaseRecord> awards) void
InlineResponse2005.setData
(List<AwardBaseRecord> data)