Uses of Class
com.amilesend.tvdb.client.model.SeasonType
Packages that use SeasonType
-
Uses of SeasonType in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return SeasonTypeModifier and TypeMethodDescriptionSeasonType.alternateName(String alternateName) SeasonBaseRecord.getType()Get typeSeasonExtendedRecord.getType()Get typeMethods in com.amilesend.tvdb.client.model that return types with arguments of type SeasonTypeModifier and TypeMethodDescriptionInlineResponse20044.getData()Get dataSeriesExtendedRecord.getSeasonTypes()Get seasonTypesMethods in com.amilesend.tvdb.client.model with parameters of type SeasonTypeModifier and TypeMethodDescriptionInlineResponse20044.addDataItem(SeasonType dataItem) SeriesExtendedRecord.addSeasonTypesItem(SeasonType seasonTypesItem) voidSeasonBaseRecord.setType(SeasonType type) voidSeasonExtendedRecord.setType(SeasonType type) SeasonBaseRecord.type(SeasonType type) SeasonExtendedRecord.type(SeasonType type) Method parameters in com.amilesend.tvdb.client.model with type arguments of type SeasonTypeModifier and TypeMethodDescriptionInlineResponse20044.data(List<SeasonType> data) SeriesExtendedRecord.seasonTypes(List<SeasonType> seasonTypes) voidInlineResponse20044.setData(List<SeasonType> data) voidSeriesExtendedRecord.setSeasonTypes(List<SeasonType> seasonTypes)