Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20017
Packages that use InlineResponse20017
-
Uses of InlineResponse20017 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20017Modifier and TypeMethodDescriptionEpisodesApi.getAllEpisodes
(BigDecimal page) Returns a list of episodes base records with the basic attributes.<br> Note that all episodes are returned, even those that may not be included in a series' default season order.Methods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20017Modifier and TypeMethodDescriptionEpisodesApi.getAllEpisodesWithHttpInfo
(BigDecimal page) Returns a list of episodes base records with the basic attributes.<br> Note that all episodes are returned, even those that may not be included in a series' default season order.Method parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20017Modifier and TypeMethodDescriptionokhttp3.Call
EpisodesApi.getAllEpisodesAsync
(BigDecimal page, ApiCallback<InlineResponse20017> callback) (asynchronously) Returns a list of episodes base records with the basic attributes.<br> Note that all episodes are returned, even those that may not be included in a series' default season order. -
Uses of InlineResponse20017 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20017Modifier and TypeMethodDescriptionInlineResponse20017.addDataItem
(EpisodeBaseRecord dataItem) InlineResponse20017.data
(List<EpisodeBaseRecord> data)