Uses of Enum
com.amilesend.omdb.model.type.MediaType
Packages that use MediaType
-
Uses of MediaType in com.amilesend.omdb.model.type
Subclasses with type arguments of type MediaType in com.amilesend.omdb.model.typeModifier and TypeClassDescriptionenumDefines the supported OMDb media types (i.e., "movie", "series", and "episode").Methods in com.amilesend.omdb.model.type that return MediaTypeModifier and TypeMethodDescriptionstatic MediaTypeReturns the associatedMediaTypefor the given value.SearchResult.getType()The media type.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.omdb.model.type with parameters of type MediaTypeModifier and TypeMethodDescriptionThe media type. -
Uses of MediaType in com.amilesend.omdb.parse.adapters
Classes in com.amilesend.omdb.parse.adapters that implement interfaces with type arguments of type MediaTypeModifier and TypeClassDescriptionclassGSON adapter to format and serializesMediaTypeenums.classGSON adapter to format and serializesMediaTypeenums.Methods in com.amilesend.omdb.parse.adapters that return MediaTypeModifier and TypeMethodDescriptionMediaTypeTypeAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) Methods in com.amilesend.omdb.parse.adapters with parameters of type MediaType