Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20029
Packages that use InlineResponse20029
-
Uses of InlineResponse20029 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20029Modifier and TypeMethodDescriptionListsApi.getListTranslation
(BigDecimal id, String language) Returns list translation recordMethods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20029Modifier and TypeMethodDescriptionListsApi.getListTranslationWithHttpInfo
(BigDecimal id, String language) Returns list translation recordMethod parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20029Modifier and TypeMethodDescriptionokhttp3.Call
ListsApi.getListTranslationAsync
(BigDecimal id, String language, ApiCallback<InlineResponse20029> callback) (asynchronously) Returns list translation record -
Uses of InlineResponse20029 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20029Modifier and TypeMethodDescriptionInlineResponse20029.addDataItem
(Translation dataItem) InlineResponse20029.data
(List<Translation> data)