Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20045
Packages that use InlineResponse20045
-
Uses of InlineResponse20045 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20045Modifier and TypeMethodDescriptionSeriesApi.getAllSeries(BigDecimal page) returns list of series base recordsMethods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20045Modifier and TypeMethodDescriptionSeriesApi.getAllSeriesWithHttpInfo(BigDecimal page) returns list of series base recordsMethod parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20045Modifier and TypeMethodDescriptionokhttp3.CallSeriesApi.getAllSeriesAsync(BigDecimal page, ApiCallback<InlineResponse20045> callback) (asynchronously) returns list of series base records -
Uses of InlineResponse20045 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20045Modifier and TypeMethodDescriptionInlineResponse20045.addDataItem(SeriesBaseRecord dataItem) InlineResponse20045.data(List<SeriesBaseRecord> data)