Uses of Enum
com.amilesend.tmdb.client.model.tv.episodes.groups.type.TvEpisodeGroupType
Packages that use TvEpisodeGroupType
Package
Description
-
Uses of TvEpisodeGroupType in com.amilesend.tmdb.client.model.tv.episodes.groups
Methods in com.amilesend.tmdb.client.model.tv.episodes.groups that return TvEpisodeGroupTypeMethods in com.amilesend.tmdb.client.model.tv.episodes.groups with parameters of type TvEpisodeGroupTypeModifier and TypeMethodDescriptionGetTvEpisodeGroupDetailsResponse.GetTvEpisodeGroupDetailsResponseBuilder.type(TvEpisodeGroupType type) The group type. -
Uses of TvEpisodeGroupType in com.amilesend.tmdb.client.model.tv.episodes.groups.type
Subclasses with type arguments of type TvEpisodeGroupType in com.amilesend.tmdb.client.model.tv.episodes.groups.typeMethods in com.amilesend.tmdb.client.model.tv.episodes.groups.type that return TvEpisodeGroupTypeModifier and TypeMethodDescriptionstatic TvEpisodeGroupTypeTvEpisodeGroupType.fromType(int type) Retrieves theTvEpisodeGroupTypeenum reference for the given type value.static TvEpisodeGroupTypeReturns the enum constant of this type with the specified name.static TvEpisodeGroupType[]TvEpisodeGroupType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TvEpisodeGroupType in com.amilesend.tmdb.client.parse.adapters
Classes in com.amilesend.tmdb.client.parse.adapters that implement interfaces with type arguments of type TvEpisodeGroupTypeModifier and TypeClassDescriptionclassGSON adapter to format and serializesTvEpisodeGroupTypeenums.classGSON adapter to format and serializesTvEpisodeGroupTypeenums.Methods in com.amilesend.tmdb.client.parse.adapters that return TvEpisodeGroupTypeModifier and TypeMethodDescriptionTvEpisodeGroupTypeTypeAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) Methods in com.amilesend.tmdb.client.parse.adapters with parameters of type TvEpisodeGroupTypeModifier and TypeMethodDescriptioncom.google.gson.JsonElementTvEpisodeGroupTypeTypeAdapter.serialize(TvEpisodeGroupType tvEpisodeGroupType, Type type, com.google.gson.JsonSerializationContext context)