Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20047
Packages that use InlineResponse20047
-
Uses of InlineResponse20047 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20047Modifier and TypeMethodDescriptionSeriesApi.getSeriesArtworks
(BigDecimal id, String lang, Integer type) Returns series artworks base on language and type.SeriesApi.getSeriesExtended
(BigDecimal id, String meta, Boolean _short) Returns series extended recordMethods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20047Modifier and TypeMethodDescriptionSeriesApi.getSeriesArtworksWithHttpInfo
(BigDecimal id, String lang, Integer type) Returns series artworks base on language and type.SeriesApi.getSeriesExtendedWithHttpInfo
(BigDecimal id, String meta, Boolean _short) Returns series extended recordMethod parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20047Modifier and TypeMethodDescriptionokhttp3.Call
SeriesApi.getSeriesArtworksAsync
(BigDecimal id, String lang, Integer type, ApiCallback<InlineResponse20047> callback) (asynchronously) Returns series artworks base on language and type.okhttp3.Call
SeriesApi.getSeriesExtendedAsync
(BigDecimal id, String meta, Boolean _short, ApiCallback<InlineResponse20047> callback) (asynchronously) Returns series extended record -
Uses of InlineResponse20047 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20047