Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20039
Packages that use InlineResponse20039
-
Uses of InlineResponse20039 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20039Modifier and TypeMethodDescriptionSearchApi.getSearchResults
(String query, String q, String type, BigDecimal year, String company, String country, String director, String language, String primaryType, String network, String remoteId, BigDecimal offset, BigDecimal limit) Our search index includes series, movies, people, and companies.Methods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20039Modifier and TypeMethodDescriptionSearchApi.getSearchResultsWithHttpInfo
(String query, String q, String type, BigDecimal year, String company, String country, String director, String language, String primaryType, String network, String remoteId, BigDecimal offset, BigDecimal limit) Our search index includes series, movies, people, and companies.Method parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20039Modifier and TypeMethodDescriptionokhttp3.Call
SearchApi.getSearchResultsAsync
(String query, String q, String type, BigDecimal year, String company, String country, String director, String language, String primaryType, String network, String remoteId, BigDecimal offset, BigDecimal limit, ApiCallback<InlineResponse20039> callback) (asynchronously) Our search index includes series, movies, people, and companies. -
Uses of InlineResponse20039 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20039Modifier and TypeMethodDescriptionInlineResponse20039.addDataItem
(SearchResult dataItem) InlineResponse20039.data
(List<SearchResult> data)