Uses of Class
com.amilesend.tvmaze.client.model.type.ResourceLink
Packages that use ResourceLink
-
Uses of ResourceLink in com.amilesend.tvmaze.client.model
Subclasses with type arguments of type ResourceLink in com.amilesend.tvmaze.client.modelModifier and TypeClassDescriptionclassDescribes an episode for an alternate list (e.g., DVD ordering, etc.).static classAlternateEpisode.AlternateEpisodeBuilder<C extends AlternateEpisode,B extends AlternateEpisode.AlternateEpisodeBuilder<C, B>> classDefines different types of episode lists for a tv show (e.g.,., differing order and/or releases in one region vs. another, etc.).static classAlternateList.AlternateListBuilder<C extends AlternateList,B extends AlternateList.AlternateListBuilder<C, B>> classDescribes a television show episode.static classEpisode.EpisodeBuilder<C extends Episode,B extends Episode.EpisodeBuilder<C, B>> classDescribes an image associated with a person, show, or episode.static classImage.ImageBuilder<C extends Image,B extends Image.ImageBuilder<C, B>> classDescribes a person associated with a series/show/episode (e.g., cast or crew member).static classPerson.PersonBuilder<C extends Person,B extends Person.PersonBuilder<C, B>> classDescribes a TV show season.static classSeason.SeasonBuilder<C extends Season,B extends Season.SeasonBuilder<C, B>> classDescribes a television show.static classShow.ShowBuilder<C extends Show,B extends Show.ShowBuilder<C, B>> Methods in com.amilesend.tvmaze.client.model that return types with arguments of type ResourceLinkModifier and TypeMethodDescriptionCastCredit.getLinks()The links associated with the credit.CrewCredit.getLinks()The links associated with the credit.Method parameters in com.amilesend.tvmaze.client.model with type arguments of type ResourceLinkModifier and TypeMethodDescriptionCastCredit.CastCreditBuilder.links(Map<String, ResourceLink> links) The links associated with the credit.CrewCredit.CrewCreditBuilder.links(Map<String, ResourceLink> links) The links associated with the credit. -
Uses of ResourceLink in com.amilesend.tvmaze.client.model.type
Subclasses with type arguments of type ResourceLink in com.amilesend.tvmaze.client.model.typeModifier and TypeClassDescriptionclassDescribes a character in a TV show or episode.static classCharacter.CharacterBuilder<C extends Character,B extends Character.CharacterBuilder<C, B>> Methods in com.amilesend.tvmaze.client.model.type that return ResourceLink