Uses of Class
com.amilesend.tvmaze.client.model.AlternateList
Packages that use AlternateList
Package
Description
-
Uses of AlternateList in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return AlternateListModifier and TypeMethodDescriptionShowsApi.getAlternateList(int alternateListId, boolean isAlternateEpisodesIncluded) Gets the alternate episode list for the givenalternateListId.Methods in com.amilesend.tvmaze.client.api that return types with arguments of type AlternateListModifier and TypeMethodDescriptionShowsApi.getAlternateListAsync(int alternateListId, boolean isAlternateEpisodesIncluded) Gets the alternate episode list for the givenalternateListId.ShowsApi.getAlternateLists(int showId) Gets the list of alternate episode lists for the givenshowId(e.g., DVD ordering).ShowsApi.getAlternateListsAsync(int showId) Gets the list of alternate episode lists for the givenshowId(e.g., DVD ordering). -
Uses of AlternateList in com.amilesend.tvmaze.client.model
Classes in com.amilesend.tvmaze.client.model with type parameters of type AlternateListModifier and TypeClassDescriptionstatic classAlternateList.AlternateListBuilder<C extends AlternateList,B extends AlternateList.AlternateListBuilder<C, B>> -
Uses of AlternateList in com.amilesend.tvmaze.client.parse.parser
Fields in com.amilesend.tvmaze.client.parse.parser with type parameters of type AlternateListModifier and TypeFieldDescriptionstatic final GsonParser<List<AlternateList>> Parsers.ALTERNATE_LIST_LIST_PARSERstatic final GsonParser<AlternateList> Parsers.ALTERNATE_LIST_PARSER