Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20030
Packages that use InlineResponse20030
-
Uses of InlineResponse20030 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20030Modifier and TypeMethodDescriptionMoviesApi.getAllMovie(BigDecimal page) returns list of movie base recordsMethods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20030Modifier and TypeMethodDescriptionMoviesApi.getAllMovieWithHttpInfo(BigDecimal page) returns list of movie base recordsMethod parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20030Modifier and TypeMethodDescriptionokhttp3.CallMoviesApi.getAllMovieAsync(BigDecimal page, ApiCallback<InlineResponse20030> callback) (asynchronously) returns list of movie base records -
Uses of InlineResponse20030 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20030Modifier and TypeMethodDescriptionInlineResponse20030.addDataItem(MovieBaseRecord dataItem) InlineResponse20030.data(List<MovieBaseRecord> data)