Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20041
Packages that use InlineResponse20041
-
Uses of InlineResponse20041 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20041Modifier and TypeMethodDescriptionSeasonsApi.getAllSeasons
(BigDecimal page) returns list of seasons base recordsMethods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20041Modifier and TypeMethodDescriptionSeasonsApi.getAllSeasonsWithHttpInfo
(BigDecimal page) returns list of seasons base recordsMethod parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20041Modifier and TypeMethodDescriptionokhttp3.Call
SeasonsApi.getAllSeasonsAsync
(BigDecimal page, ApiCallback<InlineResponse20041> callback) (asynchronously) returns list of seasons base records -
Uses of InlineResponse20041 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20041Modifier and TypeMethodDescriptionInlineResponse20041.addDataItem
(SeasonBaseRecord dataItem) InlineResponse20041.data
(List<SeasonBaseRecord> data)