Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20050
Packages that use InlineResponse20050
-
Uses of InlineResponse20050 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20050Modifier and TypeMethodDescriptionSeriesApi.getSeriesFilter
(String country, String lang, BigDecimal company, BigDecimal contentRating, BigDecimal genre, String sort, String sortType, BigDecimal status, BigDecimal year) Search series based on filter parametersMethods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20050Modifier and TypeMethodDescriptionSeriesApi.getSeriesFilterWithHttpInfo
(String country, String lang, BigDecimal company, BigDecimal contentRating, BigDecimal genre, String sort, String sortType, BigDecimal status, BigDecimal year) Search series based on filter parametersMethod parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20050Modifier and TypeMethodDescriptionokhttp3.Call
SeriesApi.getSeriesFilterAsync
(String country, String lang, BigDecimal company, BigDecimal contentRating, BigDecimal genre, String sort, String sortType, BigDecimal status, BigDecimal year, ApiCallback<InlineResponse20050> callback) (asynchronously) Search series based on filter parameters -
Uses of InlineResponse20050 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20050Modifier and TypeMethodDescriptionInlineResponse20050.addDataItem
(SeriesBaseRecord dataItem) InlineResponse20050.data
(List<SeriesBaseRecord> data)