Uses of Enum
com.amilesend.tmdb.client.model.search.type.MediaType
Packages that use MediaType
Package
Description
-
Uses of MediaType in com.amilesend.tmdb.client.model.find.type
Methods in com.amilesend.tmdb.client.model.find.type that return MediaTypeModifier and TypeMethodDescriptionTvEpisodeSearchResult.getMediaType()The media type for the TV episode.TvSeasonSearchResult.getMediaType()The media type.Methods in com.amilesend.tmdb.client.model.find.type with parameters of type MediaType -
Uses of MediaType in com.amilesend.tmdb.client.model.search.type
Methods in com.amilesend.tmdb.client.model.search.type that return MediaTypeModifier and TypeMethodDescriptionstatic MediaTypeReturns the associatedMediaTypefor the given value.MovieSearchResult.getMediaType()The media type for the movie.PersonCredit.getMediaType()The media type for the credit.PersonSearchResult.getMediaType()The media type for the movie.SearchResult.getMediaType()Gets the media type associated with the resource.TvSeriesSearchResult.getMediaType()The media type for the movie.static MediaTypeMediaType.parseMediaTypeFromJson(com.google.gson.JsonElement rootElement) Helper method to parse themedia_typeattributes from aJsonElement.static MediaTypeReturns the enum constant of this type with the specified name.static MediaType[]MediaType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.tmdb.client.model.search.type with parameters of type MediaTypeModifier and TypeMethodDescriptionThe media type for the movie.The media type for the credit.The media type for the movie.The media type for the movie. -
Uses of MediaType in com.amilesend.tmdb.client.parse.adapters
Methods in com.amilesend.tmdb.client.parse.adapters that return MediaTypeModifier and TypeMethodDescriptionMediaTypeTypeAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) Methods in com.amilesend.tmdb.client.parse.adapters with parameters of type MediaType