Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20046
Packages that use InlineResponse20046
-
Uses of InlineResponse20046 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20046Modifier and TypeMethodDescriptionSeriesApi.getSeriesBase
(BigDecimal id) Returns series base recordSeriesApi.getSeriesBaseBySlug
(String slug) Returns series base record searched by slugSeriesApi.getSeriesNextAired
(BigDecimal id) Returns series base record including the nextAired field.Methods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20046Modifier and TypeMethodDescriptionSeriesApi.getSeriesBaseBySlugWithHttpInfo
(String slug) Returns series base record searched by slugSeriesApi.getSeriesBaseWithHttpInfo
(BigDecimal id) Returns series base recordSeriesApi.getSeriesNextAiredWithHttpInfo
(BigDecimal id) Returns series base record including the nextAired field.Method parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20046Modifier and TypeMethodDescriptionokhttp3.Call
SeriesApi.getSeriesBaseAsync
(BigDecimal id, ApiCallback<InlineResponse20046> callback) (asynchronously) Returns series base recordokhttp3.Call
SeriesApi.getSeriesBaseBySlugAsync
(String slug, ApiCallback<InlineResponse20046> callback) (asynchronously) Returns series base record searched by slugokhttp3.Call
SeriesApi.getSeriesNextAiredAsync
(BigDecimal id, ApiCallback<InlineResponse20046> callback) (asynchronously) Returns series base record including the nextAired field. -
Uses of InlineResponse20046 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20046