Uses of Class
com.amilesend.tvmaze.client.model.Show.EmbeddedType
Packages that use Show.EmbeddedType
-
Uses of Show.EmbeddedType in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api with parameters of type Show.EmbeddedTypeModifier and TypeMethodDescriptionShowsApi.getShow(int showId, Show.EmbeddedType... includeEmbeddedTypes) Gets the show for the givenshowId.SearchApi.singleSearchShow(String query, Show.EmbeddedType... includeEmbeddedTypes) Search for and return a single show for the given query. -
Uses of Show.EmbeddedType in com.amilesend.tvmaze.client.model
Fields in com.amilesend.tvmaze.client.model declared as Show.EmbeddedTypeModifier and TypeFieldDescriptionstatic final Show.EmbeddedTypeShow.EmbeddedType.CASTInclude a list of cast members.static final Show.EmbeddedTypeShow.EmbeddedType.EPISODESInclude a list of episodes.static final Show.EmbeddedTypeShow.EmbeddedType.NEXT_EPISODEInclude the next airing episode, if available.static final Show.EmbeddedTypeShow.EmbeddedType.PREVIOUS_EPISODEInclude the previous airing episode.