Uses of Class
com.amilesend.tvmaze.client.model.Image
Packages that use Image
Package
Description
-
Uses of Image in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return types with arguments of type ImageModifier and TypeMethodDescriptionShowsApi.getImages(int showId) Gets the list of images for a show.ShowsApi.getImagesAsync(int showId) Gets the list of images for a show. -
Uses of Image in com.amilesend.tvmaze.client.model
Classes in com.amilesend.tvmaze.client.model with type parameters of type ImageModifier and TypeClassDescriptionstatic classImage.ImageBuilder<C extends Image,B extends Image.ImageBuilder<C, B>> -
Uses of Image in com.amilesend.tvmaze.client.parse.parser
Methods in com.amilesend.tvmaze.client.parse.parser that return types with arguments of type ImageModifier and TypeMethodDescriptionImageListParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream)