Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20031
Packages that use InlineResponse20031
-
Uses of InlineResponse20031 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20031Modifier and TypeMethodDescriptionMoviesApi.getMovieBase(BigDecimal id) Returns movie base recordMoviesApi.getMovieBaseBySlug(String slug) Returns movie base record search by slugMethods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20031Modifier and TypeMethodDescriptionMoviesApi.getMovieBaseBySlugWithHttpInfo(String slug) Returns movie base record search by slugMoviesApi.getMovieBaseWithHttpInfo(BigDecimal id) Returns movie base recordMethod parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20031Modifier and TypeMethodDescriptionokhttp3.CallMoviesApi.getMovieBaseAsync(BigDecimal id, ApiCallback<InlineResponse20031> callback) (asynchronously) Returns movie base recordokhttp3.CallMoviesApi.getMovieBaseBySlugAsync(String slug, ApiCallback<InlineResponse20031> callback) (asynchronously) Returns movie base record search by slug -
Uses of InlineResponse20031 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20031