Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20040
Packages that use InlineResponse20040
-
Uses of InlineResponse20040 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20040Modifier and TypeMethodDescriptionSearchApi.getSearchResultsByRemoteId(String remoteId) Search a series, movie, people, episode, company or season by specific remote id and returns a base record for that entity.Methods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20040Modifier and TypeMethodDescriptionSearchApi.getSearchResultsByRemoteIdWithHttpInfo(String remoteId) Search a series, movie, people, episode, company or season by specific remote id and returns a base record for that entity.Method parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20040Modifier and TypeMethodDescriptionokhttp3.CallSearchApi.getSearchResultsByRemoteIdAsync(String remoteId, ApiCallback<InlineResponse20040> callback) (asynchronously) Search a series, movie, people, episode, company or season by specific remote id and returns a base record for that entity. -
Uses of InlineResponse20040 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20040Modifier and TypeMethodDescriptionInlineResponse20040.addDataItem(SearchByRemoteIdResult dataItem) InlineResponse20040.data(List<SearchByRemoteIdResult> data)