Uses of Class
com.amilesend.tvmaze.client.model.Show
Packages that use Show
Package
Description
-
Uses of Show in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return ShowModifier and TypeMethodDescriptionShowsApi.getShow(int showId, Show.EmbeddedType... includeEmbeddedTypes) Gets the show for the givenshowId.SearchApi.lookupShow(SearchApi.ShowLookupIdType type, String externalId) Lookup a show based on an alternative external identifier.SearchApi.singleSearchShow(String query, Show.EmbeddedType... includeEmbeddedTypes) Search for and return a single show for the given query.Methods in com.amilesend.tvmaze.client.api that return types with arguments of type ShowModifier and TypeMethodDescriptionShowsApi.getIndex(int pageNum) Gets the list of all shows in the TVMaze database.ShowsApi.getIndexAsync(int pageNum) Gets the list of all shows in the TVMaze database.ShowsApi.getShowAsync(int showId, Show.EmbeddedType... includeEmbeddedTypes) Gets the show for the givenshowId.SearchApi.lookupShowAsync(SearchApi.ShowLookupIdType type, String externalId) Lookup a show based on an alternative external identifier.SearchApi.singleSearchShowAsync(String query, Show.EmbeddedType... includeEmbeddedTypes) Search for and return a single show for the given query. -
Uses of Show in com.amilesend.tvmaze.client.model
Classes in com.amilesend.tvmaze.client.model with type parameters of type ShowModifier and TypeClassDescriptionstatic classShow.ShowBuilder<C extends Show,B extends Show.ShowBuilder<C, B>> Methods in com.amilesend.tvmaze.client.model that return ShowModifier and TypeMethodDescriptionCastCredit.EmbeddedResource.getShow()CastCredit.getShow()Gets the show associated with the cast credit.CrewCredit.EmbeddedResource.getShow()CrewCredit.getShow()Gets the show associated with this credit.Episode.EmbeddedResource.getShow()Episode.getShow()Gets the embedded show associated with the episode.Methods in com.amilesend.tvmaze.client.model with parameters of type ShowModifier and TypeMethodDescription -
Uses of Show in com.amilesend.tvmaze.client.model.type
Methods in com.amilesend.tvmaze.client.model.type that return ShowMethods in com.amilesend.tvmaze.client.model.type with parameters of type ShowModifier and TypeMethodDescriptionvoidThe show.The show. -
Uses of Show in com.amilesend.tvmaze.client.parse.parser
Methods in com.amilesend.tvmaze.client.parse.parser that return ShowModifier and TypeMethodDescriptionShowParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream) Methods in com.amilesend.tvmaze.client.parse.parser that return types with arguments of type ShowModifier and TypeMethodDescriptionShowListParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream)