Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20052
Packages that use InlineResponse20052
-
Uses of InlineResponse20052 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20052Modifier and TypeMethodDescriptionUpdatesApi.updates
(BigDecimal since, String type, String action, BigDecimal page) Returns updated entities.Methods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20052Modifier and TypeMethodDescriptionUpdatesApi.updatesWithHttpInfo
(BigDecimal since, String type, String action, BigDecimal page) Returns updated entities.Method parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20052Modifier and TypeMethodDescriptionokhttp3.Call
UpdatesApi.updatesAsync
(BigDecimal since, String type, String action, BigDecimal page, ApiCallback<InlineResponse20052> callback) (asynchronously) Returns updated entities. -
Uses of InlineResponse20052 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20052Modifier and TypeMethodDescriptionInlineResponse20052.addDataItem
(EntityUpdate dataItem) InlineResponse20052.data
(List<EntityUpdate> data)